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-07extract `SnippetParser#asInsertText` and use to preview snippet text editsJohannes
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-12Added Icons and Header Separators to Code Action Widget (ref #132109)Justin Chen
2022-07-22add `editor.snippets.codeActions.enabled` to control code action snippets, fy...Johannes Rieken
2022-07-19fix https://github.com/microsoft/vscode/issues/155572 (#155617)Johannes Rieken
2022-07-19joh/familiar sparrow (#155613)Johannes Rieken
2022-07-15add "start with snippet" to empty editor text, change things to use formatted...Johannes
2022-07-15tweak labelJohannes
2022-07-15make snippet-contribution a proper contrib-file, remove local registration in...Johannes
2022-07-15add concept of top level snippet and allow to get snippets without language f...Johannes
2022-07-15no hidden snippets as code actionJohannes
2022-07-15surround with code action needs non-empty selection, uses active end of selec...Johannes
2022-07-15tests - speed up unit tests (#149712) (#155147)Benjamin Pasero
2022-07-15track usage of snippets to support snippet LRU (#155289)Johannes Rieken
2022-07-15* always show top N snippets and conditionally show action for all surroundab...add-surround-with-snippet-to-quick-fixesJohannes
2022-07-14💄 Improve field name for "Surround With Snippet" overflow code actionBabak K. Shandiz
2022-07-14🔨 Apply "Surround With Snippet" code actions via workspace editsBabak K. Shandiz
2022-07-07🎭 Merge branch main into add-surround-with-snippet-to-quick-fixesBabak K. Shandiz
2022-07-07🔨 Refactor "Surround With Snippet" editor contribution into workbench cont...Babak K. Shandiz
2022-07-06🔨 Move 'Surround With Snippet' from quick fixes to refactoringsBabak K. Shandiz
2022-07-06remove `forEach` usage in my and some other places (#154252)Johannes Rieken
2022-07-05Clean up in profiles land (#154188)Sandeep Somavarapu
2022-06-24adopt snippets with profile change (#153079)Sandeep Somavarapu
2022-06-22🔨 Indicate "No snippet available" on the pickerBabak K. Shandiz
2022-06-21🎁 Add SurroundWithSnippet as a `QuickFix` code actionBabak K. Shandiz
2022-06-21🔨 Take out core functionality class from SurroundWithSnippet actionBabak K. Shandiz
2022-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-17move IUserDataProfileService to workbench (#152427)Sandeep Somavarapu
2022-06-17Split IUserDataProfilesService (#152385)Sandeep Somavarapu
2022-06-10Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-21use current profile instead of default profileSandeep Somavarapu
2022-05-19move user data resources to user data profileSandeep Somavarapu
2022-05-02debt - more registerAction2Johannes
2022-05-02use `fsPath` instead of `path`Johannes
2022-04-11Snippet instrumentation (#146874)Harald Kirschner
2022-04-05Merge remote-tracking branch 'origin/main' into hediet/tokenizationAlex Dima
2022-04-05Use word related methods always through `ITextModel`Alex Dima
2022-04-05Avoid using `ModesRegistry.registerLanguage` in testsAlex Dima
2022-04-01Moves tokenization logic from text model to its own text model part.Henning Dieterichs
2022-04-01undo changes for https://github.com/microsoft/vscode/issues/145960Johannes
2022-03-30Reduce usages of `LanguageConfigurationRegistry.register`Alex Dima
2022-03-28Merge branch 'main' into joh/snippetChoiceJohannes Rieken
2022-03-28fix https://github.com/microsoft/vscode/issues/145960Johannes
2022-03-24use simpler `showSimpleSuggestions`-function for tab completion and remove th...Johannes
2022-02-10add Snippet#isTrivialJohannes Rieken
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-02-01Merge pull request #141872 from microsoft/joh/langFeaturesJohannes Rieken
2022-02-01Merge branch 'main' into joh/surroundWithJohannes Rieken
2022-01-31replace `CompletionProviderRegistry` with service propertyJohannes Rieken