Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13Compress notebook output streams before rendering (#160667)Don Jayamanne
2022-09-09notebook image cleaning automation (#159212)Michael Lively
2022-08-09Introduces diffing infrastructure & experimental diffing algorithm. (#157646)Henning Dieterichs
2022-07-13Merge branch 'main' into joh/cellUrijoh/cellUriJohannes
2022-07-13Add hot exit support for interactive window (#154974)Peng Lyu
2022-07-06joh/plastic fowl (#154275)Johannes Rieken
2022-07-01Merge branch 'main' into joh/cellUriJohannes Rieken
2022-06-13Remove notebook editor decoration type (#151574)Matt Bierner
2022-06-09Finalize the notebook markdown renderer extension api (#151467)Matt Bierner
2022-05-24Fix scrolling to happen on execution tooRich Chiodo
2022-05-04Merge branch 'main' into joh/cellUriJohannes Rieken
2022-05-03return untyped editor input from saveAs (#148614)Johannes Rieken
2022-04-13line height as ratio when < 8aamunger
2022-04-13added setting to override notebook output font family and sizeaamunger
2022-04-13added setting for notebook output line heightaamunger
2022-04-04Merge branch 'main' into joh/cellUriJohannes Rieken
2022-03-30:lipstick: rename `ChangeLanguage` to `ChangeCellLanguage`Johannes
2022-03-29less use of notebooktextmodel.rebornix
2022-03-29update notebookcommonrebornix
2022-03-28Merge branch 'main' into joh/cellUriJohannes Rieken
2022-03-23add `NotebookDocumentContentCellChange#document`, https://github.com/microsof...Johannes
2022-03-09history - emit save event for working copiesBenjamin Pasero
2022-02-12Put cells in pending mode immediately when the user clicks run. Remove them f...Rob Lourens
2022-02-09remove main frame renderer.rebornix
2022-02-09styling update and link handling for show more outputsrebornix
2022-02-08Move stream renderer to extension, support merging.rebornix
2022-02-08re #142429. error output w/ dup ansi handlingrebornix
2022-02-08re #142429. javascript rendererrebornix
2022-02-08re #142429. html/svg rendererrebornix
2022-02-07re #142429. Image renderer moved to extension.rebornix
2022-02-04re #141921. -workbench/api in notebookService.rebornix
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-28dont use atob and btoa utilJohannes Rieken
2022-01-28change the format of CellUri#generate and #parseJohannes Rieken
2022-01-22extract notebook contextkeysrebornix
2022-01-21Move change interfaces to `diffComputer` (#141174)Alex Dima
2022-01-20Use markdown renderer for text/latex (#139154)Matt Bierner
2022-01-14Update interactive window setting id #130713Rob Lourens
2022-01-13Allow filter cell inputrebornix
2022-01-13Add setting to customize interactive window cell collapse behaviorRob Lourens
2022-01-12nb find markup and cell output filterrebornix
2022-01-08do not merge input and preview matches in markup cellsrebornix
2022-01-08Merge remote-tracking branch 'origin/main' into rebornix/find-webviewrebornix
2022-01-07Remove isPaused from internal cell metadataRob Lourens
2022-01-05Notebook find output filterrebornix
2022-01-04Move didPause from cell metadata to execution serviceRob Lourens
2021-12-31substr -> substring in notebooksRob Lourens
2021-12-31prefer-const in notebooksRob Lourens
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-30Remove runState from cell internalMetadata. Expose execution state data from ...roblou/executionServiceRob Lourens