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-04-01remove optional param for notebook applyedits.rebornix
2022-03-30reduce usage of `arrays#flatten` util, use native `flat` insteadJohannes
2022-03-30:lipstick: rename `ChangeLanguage` to `ChangeCellLanguage`Johannes
2022-03-23add `NotebookDocumentContentCellChange#document`, https://github.com/microsof...Johannes
2022-03-16Add a `.code` property to undo redo elements (that is not localized)Alex Dima
2022-02-10Mark field readonlyMatt Bierner
2022-02-10Marking events readonlyMatt Bierner
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2022-01-28Clean up unused method, re #139541Rob 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-30Merge branch 'roblou/executionService'Rob Lourens
2021-12-30Remove runState from cell internalMetadata. Expose execution state data from ...roblou/executionServiceRob Lourens
2021-12-29RenamesAlex Dima
2021-12-29Improve NotebookExecutionService and cancel executions when closing the noteb...Rob Lourens
2021-12-28Use `PLAINTEXT_LANGUAGE_ID` instead of 'plaintext'Alex Dima
2021-12-28RenamesAlex Dima
2021-12-21re #139541.rebornix
2021-12-16Enable no-case-declarations in codebase (#139243)Matt Bierner
2021-12-15Manage default cell collapse config in NotebookOptions.Rob Lourens
2021-12-14Add setCellCollapseDefault for NotebookTextModelroblou/interactiveWindowCollapseRob Lourens
2021-12-08Split `ILanguageService.create` into `createById` and `createByMimeType`Alex Dima
2021-12-08Remove `ILanguageService.getModeId`Alex Dima
2021-12-08Rename some `ILanguageService` methodsAlex Dima
2021-12-08Debt: Rename `IModeService` to `ILanguageService`Alex Dima
2021-11-30Show raw cell language ID when an extension is not installed for that languageRob Lourens
2021-11-24Update output editor when output model is being updated.rebornix
2021-10-26fix #135516.rebornix
2021-10-18Remove `LanguageIdentifier` and ensure tests dispose instantiated `LanguagesR...Alex Dima
2021-10-01fix #134295. Cell language update from UI is not applied.rebornix
2021-09-29fix #132306.rebornix
2021-09-28fix #133927. faster output comparerebornix
2021-09-27re #132143. merge clear and append edits.rebornix
2021-09-24fix #132306.rebornix
2021-08-31Fix updating notebook metadata though editor api (#131681)Matt Bierner
2021-08-21Fix #131291Rob Lourens
2021-08-20Register a few more disposables in notebooksMatt Bierner
2021-08-19Register a few more disposable stores in notebooksMatt Bierner
2021-08-19Make sure we register some more emitters in notebooksMatt Bierner
2021-08-19When an outputItems edit references an output that was created in the same ba...Rob Lourens
2021-08-18Fix valid conditionRob Lourens
2021-08-18Don't throw when an output item edit refers to a removed output #130789Rob Lourens
2021-08-17Transfer notebook output as VSBuffer (#130452)Matt Bierner
2021-08-13fix #130733.rebornix
2021-08-12nulling notebook text model properties.rebornix
2021-08-05fix #121807. Turn notebook to dirty if the output changes.rebornix
2021-08-04fix #121100. PausableEmitterrebornix
2021-07-29fix test.rebornix