Commit graph

81 commits

Author SHA1 Message Date
Martin Aeschlimann
7ebe6a6054
adopt web extensions to webpack 5 2021-07-08 21:41:03 +02:00
Henning Dieterichs
a1af8aa651
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json. This fixes #98621. 2021-05-17 09:12:01 +02:00
Matt Bierner
119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Martin Aeschlimann
ae510aec2a
no indent after 'source' tag: for #118902 2021-03-15 15:16:43 +01:00
Martin Aeschlimann
c49ef6df61 [html] update auto-rename-tag to linkedEditing migration 2021-01-06 15:49:06 +01:00
Martin Aeschlimann
a22b5d54ad [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
Martin Aeschlimann
627ad0b4ee rename OnTypeRename -> LinkedEditing (for #109923) 2020-11-27 16:31:56 +01:00
Martin Aeschlimann
8134d8c9e7 rename to OnTypeRenameRangeProvider. For #109923 2020-11-16 18:07:15 +01:00
Martin Aeschlimann
e3a79e9e44 [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
Johannes Rieken
5b8aeeb1f0 copy paste is hard... 2020-08-28 15:00:52 +02:00
Johannes Rieken
bc3b0defe0 use extensionUri and joinPath instead of asAbsolutePath 2020-08-28 14:57:20 +02:00
Martin Aeschlimann
fae07df7c3 onTypeRename: wordPattern (for #104823) 2020-08-21 13:54:43 +02:00
Martin Aeschlimann
d16e306c2e html headless 2020-06-19 23:35:45 +02:00
Martin Aeschlimann
6af2987903 html/json: compute server module without server package.json 2020-06-11 14:59:56 +02:00
Martin Aeschlimann
13952ac5b9 auto-renaming tags notifier popping up multiple times. Fixes #97833 2020-05-15 11:08:31 +02:00
Martin Aeschlimann
74408bac89 guide users of the Auto Rename Tag extension to the new editor.renameOnType setting. Fixes #97700 2020-05-13 12:29:38 +02:00
Martin Aeschlimann
3887bc8aca [rename on type] Language client is not ready yet. FIxes #97062 2020-05-06 13:29:44 +02:00
Pine Wu
01e01b13f8 HTML implementation for #88424 2020-03-18 12:42:48 -07:00
Matt Bierner
efb781e5be Marking that documents/workspaces arrays cannot be mutated 2020-02-11 11:36:23 -08:00
Alex Dima
9e1d730cf2
SemanticTokens - implement feedback received in API call:
- extract a separate DocumentRangeSemanticTokensProvider that deals with a document range
- extract a separate provideDocumentSemanticTokensEdits that deals with updating via SemanticTokensEdits a previous result
2020-01-16 18:02:02 +01:00
Johannes Rieken
430de16fef fix compilos and adopt proposed api usage, #10266 2020-01-16 17:52:18 +01:00
Martin Aeschlimann
03e79666c7 sem highlighting in HTML 2019-12-18 22:29:46 +01:00
Martin Aeschlimann
42c54bd559 get legend 2019-12-18 22:29:45 +01:00
Martin Aeschlimann
b58c6fafad [html] add semantic highlight 2019-12-18 22:29:45 +01:00
Pine Wu
eb0ca2626b Fix #86844 2019-12-17 15:16:35 -08:00
Pine Wu
6debd159df Add comment and improve mirror cursor exit logic 2019-12-17 11:43:19 -08:00
Mohammad Rahhal
e01bc49c57 Exit mirror cursor mode when there's a none-empty selection in an unmmatched state 2019-12-14 16:26:47 +02:00
Mohammad Rahhal
2d3c754f71 Fix typos 2019-12-14 13:45:22 +02:00
Pine Wu
7fada39392 Fix #86151 2019-12-05 16:27:35 -08:00
Pine Wu
29474d526e Revert "Fix #85151"
This reverts commit 398696040b.
2019-12-05 16:26:18 -08:00
Pine Wu
06f97fe829 Fix #86441 2019-12-05 16:24:58 -08:00
Pine Wu
398696040b Fix #85151 2019-12-05 16:24:41 -08:00
Pine Wu
2c20d011b1 Fix #86058 2019-12-05 11:42:37 -08:00
Pine Wu
52de8700e7 Fix #86211 2019-12-04 16:51:41 -08:00
Martin Aeschlimann
b850dfb41b Merge branch 'master' of https://github.com/microsoft/vscode 2019-12-02 21:44:04 +01:00
Martin Aeschlimann
5f1b81b497 [css/html/json] provide replace & insert proposals 2019-12-02 21:43:59 +01:00
Pine Wu
104f90e0eb Fix #85715. Fix #85717 2019-12-02 11:53:41 -08:00
Pine Wu
84aa1ada9f ESC to exit mirror tag position mode 2019-11-22 13:59:26 -08:00
Pine Wu
4e3af8a295 Remove textedit when adding space from ending tag 2019-11-22 13:54:34 -08:00
Pine Wu
0d25d0a798 Fix #47069 2019-11-22 10:16:38 -08:00
Pine Wu
a3837d1a64 Fix #79844 2019-10-28 16:14:32 -07:00
Martin Aeschlimann
078acb7872 JSON formatting often fails at first. Fixes #71652 2019-09-30 12:25:57 +02:00
Pine Wu
739ae7737a Fix #78068 2019-08-27 09:25:15 -07:00
Martin Aeschlimann
bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Matt Bierner
b4f6130fe4 Fix some compile errors resutling from readonly change 2019-06-12 16:54:16 -07:00
Martin Aeschlimann
11efc39349 fix hygiene 2019-03-25 22:26:06 +01:00
Martin Aeschlimann
117ee62c22 'html' snippet is annoying and easily inserts by accident when typing any html. Fixes #69457 2019-03-25 22:16:53 +01:00
Johannes Rieken
4f8dbd4544 use a parent pointer instead of 2d array, #67872 2019-03-12 10:04:06 +01:00
Johannes Rieken
6892cfc90e for now remove SelectionRangeKind #67872 2019-03-11 09:43:34 +01:00
Martin Aeschlimann
8e986b18a0 [html] update service (multi semantic selection, webpack) 2019-03-05 15:27:51 +01:00