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-08-10Apply minimal cell replace edits when file changes.rebornix/nb-document-hashrebornix
2022-08-10notebook cell text buffer hashrebornix
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
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-28Use `PLAINTEXT_LANGUAGE_ID` instead of 'plaintext'Alex Dima
2021-12-28RenamesAlex Dima
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-24fix #132306.rebornix
2021-08-21Fix #131291Rob Lourens
2021-08-19Register a few more disposable stores in notebooksMatt Bierner
2021-08-19Make sure we register some more emitters in notebooksMatt Bierner
2021-06-17Require passing in mimeMatt Bierner
2021-06-16Initial work adding NotebookCellData.mimeMatt Bierner
2021-06-09onDidChangeOutputs: NotebookCellOutputsSplicerebornix
2021-05-26Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode in...rebornix
2021-05-26Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"Harald Kirschner
2021-05-25Add option to show cell statusbar after executionRob Lourens
2021-05-21fix leaking of NotebookCellOutputTextModel and NotebookCellOutputTextModel#_o...Johannes Rieken
2021-05-13Make metadata/internalMetadata non-optionalRob Lourens
2021-05-13Separate extension metadata from execution metadataRob Lourens
2021-05-01fix #120284rebornix
2021-04-27add skipped test for lcs diff.rebornix
2021-04-21remove custom metadata internallyrebornix
2021-04-21remove cellEditable internally.rebornix
2021-04-20fix #119866.rebornix
2021-04-16rename transientMetadata to transientCellMetadata.rebornix
2021-04-15remove cellEditable.rebornix
2021-04-15remove editable and breakpointMargin.rebornix
2021-04-14Fix testsRob Lourens
2021-04-14Compensate for out of sync clocks in cell timerRob Lourens
2021-04-09remove hasExecutionOrder from notebook metadataJohannes Rieken
2021-04-08Add a few more overrides in codebaseMatt Bierner