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-06-09Update text editor drop proposal (#151552)Matt Bierner
2022-05-23feat: inlay hints padding optionPavan Kumar Sunkara
2022-05-18Reduce usages of `editor.deltaDecorations` (#149768)Alexandru Dima
2022-05-17Add drop into editor option (#147049)Matt Bierner
2022-05-17Reduce usages of `editor.deltaDecorations` (#149718)Alexandru Dima
2022-05-16Avoid using `deltaDecorations` in cases where it could recurse (#149644)Alexandru Dima
2022-05-11more instancesDavid Lechner
2022-05-10Merge pull request #148777 from CodinGame/add-get-editors-apiAlexandru Dima
2022-05-05Add editor monitoring methods in monaco apiLoïc Mangeonjean
2022-05-04Merge branch 'main' into joh/primitiveContextJohannes Rieken
2022-04-28merge toggle and enabled setting, fixesJohannes
2022-04-25allow for primitve arrays and primitive objectsJohannes
2022-04-22only allow primitive values in context keysJohannes
2022-04-21Fixes #143484Henning Dieterichs
2022-04-12Introduces InlineCompletionList.commands and improves documentation comments.Henning Dieterichs
2022-04-04add `editor.inlayHints.toggle` option to quickly show or hide inlay hints, ht...Johannes
2022-03-31Merge branch 'main' into joh/snippetTextEditjoh/snippetTextEditJohannes
2022-03-30Merge branch 'main' into feat/inlay-hints-compact-modeJohannes Rieken
2022-03-30add SnippetTextEdit, allow drop-handler to return themJohannes
2022-03-29Pick up latest TS for building VS CodeMatt Bierner
2022-03-28Fixes #144041 by introducing PositionAffinity.{Left,Right}OfInjectedTextHenning Dieterichs
2022-03-23Update monaco commentMatt Bierner
2022-03-23Restrict which editors support drop intoMatt Bierner
2022-03-21Fixes #145537 by introducing additional text edits for inline completions.Henning Dieterichs
2022-03-21fix typoJake Heinz
2022-03-20add modified monaco.d.tsJake Heinz
2022-03-18useIndependentColorPoolPerBracketType -> independentColorPoolPerBracketTypeHenning Dieterichs
2022-03-18add `on`, `inline`, `off` options to quickSuggest setting, remove/migrate boo...Johannes
2022-03-17Adopt filter text in proposed extension API.Henning Dieterichs
2022-03-17Implements filterText.Henning Dieterichs
2022-03-17💄Henning Dieterichs
2022-03-15Merge branch 'main' into aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-08Fixes #131027 by introducing editor.bracketPairColorization.useIndependentCol...Henning Dieterichs
2022-03-08Add hc light theme kindMartin Aeschlimann
2022-03-07glob - some :lipstick:Benjamin Pasero
2022-03-02Adds support for snippets in inline completions (fixes #138260)Henning Dieterichs
2022-03-02Merge pull request #144080 from microsoft/hediet/widget-position-affinityHenning Dieterichs
2022-03-01adding `InlayHint#textEdits`, https://github.com/microsoft/vscode/issues/141576Johannes Rieken
2022-03-01change internal API for InlayHint from command to textEdit, https://github.co...Johannes Rieken
2022-02-28Fixes #132021 by introducing position affinity for widgets.Henning Dieterichs
2022-02-22Merge pull request #143610 from CodinGame/replace-languageid-by-languageselectorAlexandru Dima
2022-02-22Allow getWorker function to return a promiseLoïc Mangeonjean
2022-02-22Replace languageId by languageSelector in all language feature registration f...Loïc Mangeonjean
2022-02-18Fixes #143239: Add mapping for VK_CLEARAlex Dima
2022-02-08add doc for padding-left/right, add doc for inlay hint kind but also remove I...Johannes Rieken
2022-02-08testing: refactor to avoid complex object in ext host commsConnor Peet
2022-02-07Merge branch 'main' into ben/history-tweaksBenjamin Pasero
2022-02-07history - support navigation history stops (#27112)Benjamin Pasero
2022-02-05support double click gesture on inlay hints, API polish, https://github.com/m...Johannes Rieken
2022-02-05testing: reduce /api importsConnor Peet