Commit graph

56 commits

Author SHA1 Message Date
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 daad75c2c6 [css] update to vscode-uri@3.0 2020-12-18 10:31:31 +01:00
Martin Aeschlimann a22b5d54ad [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
Martin Aeschlimann e3a79e9e44 [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
Johannes Rieken bc3b0defe0 use extensionUri and joinPath instead of asAbsolutePath 2020-08-28 14:57:20 +02:00
Martin Aeschlimann 3acea34ca5 [css] custom data polishes 2020-06-19 21:58:54 +02:00
Martin Aeschlimann 4c030c46d4 [json] run serverless 2020-06-11 18:32:24 +02:00
Martin Aeschlimann 57b0384a1a [css] have compiled vscode-nls shim 2020-06-11 10:18:39 +02:00
Martin Aeschlimann c6f665734a add TextEncoder to runtime 2020-05-28 22:18:58 +02:00
Martin Aeschlimann eba3d294a2 [css] path completion in web 2020-05-28 21:54:35 +02:00
Martin Aeschlimann 1ece4c4c25 adopt new languageserver node modules 2020-05-28 18:04:11 +02:00
Martin Aeschlimann 32f9787b89 unused import 2020-05-27 22:51:58 +02:00
Martin Aeschlimann 3ed67bc863 add client/server browser parts 2020-05-27 22:35:37 +02:00
Martin Aeschlimann 2d47826dac Adopt LS service/client that has common & node 2020-05-27 09:34:02 +02:00
Martin Aeschlimann d1a3e6ede6 run webpack in code-dev 2020-05-26 18:15:01 +02:00
Martin Aeschlimann 2e5b0824d1 Allow to run css language server headless 2020-05-22 17:08:16 +02:00
Matt Bierner efb781e5be Marking that documents/workspaces arrays cannot be mutated 2020-02-11 11:36:23 -08:00
Pine Wu bcdc8caf20 Drop duplicate code 2020-01-21 12:29:32 +01:00
Pine Wu 698d439b7a Adopt CSS for #39441 2020-01-21 10:41:37 +01:00
Johannes Rieken 430de16fef fix compilos and adopt proposed api usage, #10266 2020-01-16 17:52:18 +01:00
Martin Aeschlimann 5f1b81b497 [css/html/json] provide replace & insert proposals 2019-12-02 21:43:59 +01:00
Pine Wu a3837d1a64 Fix #79844 2019-10-28 16:14:32 -07:00
Pine Wu 3082edc2d8 💄 2019-10-22 14:45:22 -07:00
Pine Wu 7fa28ec9d3 Part of #79964 2019-10-22 14:19:03 -07:00
Pine Wu 210302848e Add middleware for processing deprecated. Fix #79584 2019-08-27 21:44:07 -07: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
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 c9370aeaf1 [css] updates service (multi-semantic selection, webpack) 2019-03-05 15:27:51 +01:00
Pine Wu ac56ab6272 Read custom data from experimental scope. Fix #68554 2019-02-12 11:29:48 -08:00
Johannes Rieken 52d134aacb update proposed api to have multiple positions, #41838 2019-02-11 12:08:27 +01:00
Pine Wu af57ecdf9d Fix #67544 2019-01-30 11:59:02 -08:00
Pine Wu e9708716f2 Move html/css custom data contribution to experimental 2019-01-28 17:14:28 -08:00
Martin Aeschlimann 1972f79077 client: semantic selection registration 2019-01-28 18:24:12 +01:00
Martin Aeschlimann 21585312c2 [json] enable semantic selection 2019-01-28 16:05:18 +01:00
Pine Wu f053101c41 CSS semantic selection. Fix #65925 2019-01-23 16:10:56 -08:00
Pine Wu 2b0cee0eba contributes.css.customData for #66414 2019-01-11 12:21:25 -08:00
Pine Wu 9efac59949 Improve custom data reading 2019-01-09 15:55:55 -08:00
Pine Wu f7894236ee css.experimental.customData 2019-01-08 11:42:52 -08:00
Johannes Rieken b343fcf6ab declare proposed api usage only where actually being used 2018-10-24 12:27:59 +02:00
Matt Bierner 92a9a07213 Remove duplicate blank lines at the start of some extension src files 2018-10-02 16:28:19 -07:00
Matt Bierner ff957050db Remove use strict in extensions (part 2)
We compile using alwaysStrict so this directive is not needed
2018-10-02 16:23:27 -07:00
Matt Bierner e12fbaa5cd Update html, css, andjson clients to use shared tsconfig 2018-10-02 10:24:19 -07:00
Martin Aeschlimann 2042b73fd2 [css] webpack 2018-08-27 09:46:52 +02:00
Martin Aeschlimann 116948ef51 [css] adopt lsp (folding, colors) 2018-07-25 12:22:04 +02:00
Pine Wu e4e7c25708 Revert "Restrict html/css to only handling file and untitled files. Part of #48777"
This reverts commit 0dfeec2eef.
2018-05-02 10:13:29 -07:00
Martin Aeschlimann f2d37611f1 Replace FoldingRangeKind type with normal enum. Fixes #48956 2018-04-30 18:13:41 +02:00
Pine Wu 0dfeec2eef Restrict html/css to only handling file and untitled files. Part of #48777 2018-04-26 10:58:35 -07:00
Ramya Achutha Rao c314388da2 Move emmet from html extenstion to emmet extension 2018-04-22 21:49:56 -07:00