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-07Merge pull request #160311 from microsoft/joh/vitreous-gerbilJohannes Rieken
2022-09-07extract `SnippetParser#asInsertText` and use to preview snippet text editsJohannes
2022-09-06support `contents` option with `WorkspaceEdit#createFile`joh/ordinary-canidaeJohannes
2022-09-06Use canonical uris when applying bulk edits (#159067)Johannes Rieken
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-16Merge pull request #158307 from microsoft/joh/calm-alligatorJohannes Rieken
2022-08-16Move reviveWorkspaceEditDto2 (#157572)Matt Bierner
2022-08-16`IAction` must not be disposable. Delete heaps of empty dispose-implementatio...Johannes
2022-08-10Remove `donotShowContainerTitleWhenMergedWithContainer`Joyce Er
2022-08-03Use optional chaining for more method calls (#156938)Matt Bierner
2022-07-13Closing dialog does not cancel (Manjaro Linux) (fix #154719) (#155049)Benjamin Pasero
2022-07-06joh/plastic fowl (#154275)Johannes Rieken
2022-07-06remove totally unneeded hack that slipped through... (#154254)Johannes Rieken
2022-07-05joh/theoretical quokka (#154157)Johannes Rieken
2022-06-21tranform snippet into normal text whenever a snippet edit cannot be performedJohannes
2022-06-21don't escape text edits as snippetsJohannes
2022-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-16Don't over-escape text edits (#152350)Matt Bierner
2022-06-13fix issue with serialization, add todo for hacksjoh/cute-bobcatJohannes
2022-06-11explore allowing snippet text edits as workspace editJohannes
2022-06-10Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-10Use optional method calls in more places (#151634)Matt Bierner
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-06Merge branch 'main' into mainJohannes Rieken
2022-04-04fix #130527Han
2022-04-01Moves tokenization logic from text model to its own text model part.Henning Dieterichs
2022-04-01:lipstick:rebornix
2022-03-31add generic `files.refactoring.autoSave` and let users of the bulk edit servi...Johannes
2022-03-30add `saveWhenDone` option to bulk edit service, adds `ResourceSet` as sibling...Johannes
2022-03-16Merge pull request #144759 from microsoft/aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-16Add a `.code` property to undo redo elements (that is not localized)Alex Dima
2022-03-16Merge pull request #144890 from pjknkda/mainJohannes Rieken
2022-03-15Merge branch 'main' into aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-14Add `.hc-light` rulesDavid Dossett
2022-03-14Do not hard-code `Typing` as the label for `SingleModelEditStackElement`Alex Dima
2022-03-11Skip reading file content for undo when deleting a large fileJungkook Park
2022-02-08remove check box in accept btn, https://github.com/microsoft/vscode/issues/14...Johannes Rieken
2022-02-05move accept/discard btns into refactor panel, https://github.com/microsoft/vs...Johannes Rieken
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Reduce usage of `IIdentifiedSingleEditOperation`Alex Dima
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-29RenamesAlex Dima
2021-12-28Reduce usage of `NULL_MODE_ID`Alex Dima
2021-12-08Split `ILanguageService.create` into `createById` and `createByMimeType`Alex Dima
2021-12-08Debt: Rename `IModeService` to `ILanguageService`Alex Dima
2021-11-11docs: :memo: add documentation for the HighlightedLabel widgetJoão Moreno
2021-11-02chore - for "workspace edit preview" use CSS color variables instead of `regi...Johannes Rieken
2021-10-18Remove `LanguageIdentifier` and ensure tests dispose instantiated `LanguagesR...Alex Dima