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-01-20Fix compilationLogan Ramos
2021-12-14avoid cursor move forward using a snippet cursorMartin Aeschlimann
2021-12-14single AutoInsertRequest message for both autoQuote and autoCloseMartin Aeschlimann
2021-11-30Update html-language-features to use doQuoteCompleteRobert Jin
2021-11-30html custom data: open external uris with openTextDocument. For #135459Martin Aeschlimann
2021-11-29[html] clean up request service: add CustomDataRequestService #135459Martin Aeschlimann
2021-11-26Merge pull request #137557 from sijakret/html-language-server/virtual-doc-sup...Martin Aeschlimann
2021-11-26revert request changes & polishMartin Aeschlimann
2021-11-25use regex, not Uri.parse, to detect custom schemeJan Kretschmer
2021-11-20use set to store and lookup paths of interestJan Kretschmer
2021-11-12use `enabledApiProposals` instead of wildcard property, also update compilati...Johannes Rieken
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
2021-11-09use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables t...Johannes Rieken
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https...Johannes Rieken
2021-11-01sketch for virtual document support forJan Kretschmer
2021-09-30add tag closing for tsx (for #34484)Martin Aeschlimann
2021-09-30[html] auto close triggers on undo/redo and breaks undo/redo history. Fixes #...Martin Aeschlimann
2021-09-17[html] auto close triggers on undo/redo and breaks undo/redo history. Fixes #...Martin Aeschlimann
2021-09-07fix(html-language-feature): remove vague statementAkatQuas
2021-07-08adopt web extensions to webpack 5Martin Aeschlimann
2021-05-17Refactors calls to languages.setLanguageConfiguration to declarative descript...Henning Dieterichs
2021-04-13Use more standard name for shared extension tsconfigMatt Bierner
2021-03-15no indent after 'source' tag: for #118902Martin Aeschlimann
2021-01-06[html] update auto-rename-tag to linkedEditing migrationMartin Aeschlimann
2020-12-14[json/css/html] adopt lsp 316Martin Aeschlimann
2020-11-27rename OnTypeRename -> LinkedEditing (for #109923)Martin Aeschlimann
2020-11-16rename to OnTypeRenameRangeProvider. For #109923Martin Aeschlimann
2020-11-04[css/html/json] Randomize inspect ports to avoid conflictsMartin Aeschlimann
2020-08-28copy paste is hard...Johannes Rieken
2020-08-28use extensionUri and joinPath instead of asAbsolutePathJohannes Rieken
2020-08-21onTypeRename: wordPattern (for #104823)Martin Aeschlimann
2020-06-20html headlessMartin Aeschlimann
2020-06-11html/json: compute server module without server package.jsonMartin Aeschlimann
2020-05-15auto-renaming tags notifier popping up multiple times. Fixes #97833Martin Aeschlimann
2020-05-13guide users of the Auto Rename Tag extension to the new editor.renameOnType s...Martin Aeschlimann
2020-05-06 [rename on type] Language client is not ready yet. FIxes #97062Martin Aeschlimann
2020-03-18HTML implementation for #88424Pine Wu
2020-02-11Marking that documents/workspaces arrays cannot be mutatedMatt Bierner
2020-01-16SemanticTokens - implement feedback received in API call:Alex Dima
2020-01-16fix compilos and adopt proposed api usage, #10266Johannes Rieken
2019-12-19sem highlighting in HTMLMartin Aeschlimann
2019-12-19get legendMartin Aeschlimann
2019-12-19[html] add semantic highlightMartin Aeschlimann
2019-12-18Fix #86844Pine Wu
2019-12-17Add comment and improve mirror cursor exit logicPine Wu
2019-12-14Exit mirror cursor mode when there's a none-empty selection in an unmmatched ...Mohammad Rahhal
2019-12-14Fix typosMohammad Rahhal
2019-12-06Fix #86151Pine Wu
2019-12-06Revert "Fix #85151"Pine Wu
2019-12-06Fix #86441Pine Wu