Commit Graph

86 Commits

Author SHA1 Message Date
Martin Aeschlimann
d33b89256e [css][html] Option to disable MDN Reference popups only (without effecting other functionalities). Fixes #97979 2021-02-05 16:07:31 +01: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
65c3fb0a08 [css] add ':' as trigger character. Fixes microsoft/vscode-css-languageservice#108 2020-11-11 21:46:02 +01:00
Cameron Little
7cf15b2d31 Fix crash in LSP servers when initializationOptions are not provided 2020-09-30 09:01:49 +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
b49d4cf5e6 [css] requests update 2020-06-08 13:40:42 +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
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
5ef9b1a707 [css] remove path completion (now provided by service) 2020-05-26 11:40:09 +02:00
Martin Aeschlimann
2e5b0824d1 Allow to run css language server headless 2020-05-22 17:08:16 +02:00
Alasdair McLeay
06634e1025 Search in parent folders for node module resolution
as per comments from @octref on #78894 https://github.com/microsoft/vscode/issues/78894#issuecomment-535254539
2020-05-06 14:32:11 +01:00
Alasdair McLeay
237c803741 #78894 failing test 2020-05-06 14:30:49 +01:00
Martin Aeschlimann
1476c4e20b [html] update to TextDocument and switch to incremental 2019-11-05 22:19:43 +01:00
Martin Aeschlimann
c198ec2eac [css] update TextDocument & use incremental sync 2019-11-05 22:19:43 +01:00
Matt Bierner
2b4638e1ac Fix missing function calls in condition 2019-10-07 11:04:31 -07:00
Martin Aeschlimann
ecba37c6ef update css service/server 2019-09-30 22:55:31 +02:00
Pine Wu
6829b31625 Fix #80274 2019-09-03 10:13:46 -07:00
Mickael Istria
558d23bd26 Issue #79599 - CSS LS fails if InitializationOptions.dataPaths not set
Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-08-21 23:14:07 +02:00
Pine Wu
17d9194a40 Update css service 2019-07-26 18:35:16 -07:00
Martin Aeschlimann
81380bb822 register selectionRangeProviders 2019-07-25 18:33:18 +02:00
pi1024e
77df637ab4 Removed style chacnges 2019-07-23 13:52:12 -04:00
pi1024e
10b924d2d3 Fixed whitespace related comments to be a complete sentence. 2019-07-23 13:52:12 -04:00
pi1024e
fd0116b8f6 Revert "Fixed comment"
This reverts commit 4b3e76abc170276a160f3d86ab424e9a40523d7d.
2019-07-23 13:52:11 -04:00
pi1024e
65b0a4d898 Fixed comment 2019-07-23 13:52:11 -04:00
pi1024e
d96cd165d6 Fixed code 2019-07-23 13:52:11 -04:00
pi1024e
85d4895587 Refactored code to make "WhiteSpace" into "Whitespace" 2019-07-23 13:52:11 -04:00
Martin Aeschlimann
bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Pine Wu
750ea458cd [css] Upgrade service and add dynamic link support 2019-07-17 10:47:27 -07:00
Martin Aeschlimann
4ed70122f8 remove imports 2019-07-08 12:44:50 +02:00
Martin Aeschlimann
aa38607483 incremental text documents cause perf isssues 2019-07-08 12:44:40 +02:00
Martin Aeschlimann
a84c30184c [css/json/html] update lsp, services & dependencies 2019-06-13 10:27:45 +02:00
Martin Aeschlimann
3ce5cb0e02 [css] enable tests (fixes #74937) 2019-06-06 09:49:55 +02:00
Benjamin Pasero
fc294b683d Comment out failing test 2019-06-06 07:42:18 +02:00
Martin Aeschlimann
8f72934706 [css] resolve modules without require 2019-06-05 13:04:58 +02:00
Johannes Rieken
97ce638677 unblock webpack build 2019-06-05 11:57:56 +02:00
Martin Aeschlimann
f256ab1c1e [css] fix test 2019-06-04 11:26:30 +02:00
Martin Aeschlimann
ae6be63698 [css server] link tests 2019-06-04 10:35:58 +02:00
Alasdair McLeay
2e9bd074bb handle require.resolve failure
if require.resolve fails, defer to default behaviour -url.resolve(base, ref)
2019-03-20 18:05:56 +00:00
Alasdair McLeay
b1708589e1 resolve to package root
extract resolvePathToModule and ensure we resolve to package root
2019-03-20 18:05:56 +00:00
Alasdair McLeay
30b54690cf add some documentation 2019-03-20 18:05:56 +00:00
Alasdair McLeay
f0b9a60a8f Node module resolution for CSS import
Add support for
`@import "~bootstrap/dist/css/bootstrap";`
as per
https://github.com/webpack-contrib/sass-loader#imports

Fixes Microsoft/vscode-css-languageservice#136
2019-03-20 18:05:56 +00:00
Martin Aeschlimann
c9370aeaf1 [css] updates service (multi-semantic selection, webpack) 2019-03-05 15:27:51 +01:00
Pine Wu
ef0f902787 Fix custom data capitalization 2019-01-31 10:44:46 -08:00
Pine Wu
4c89a268f5 Fix CSS imports 2019-01-28 13:55:55 -08:00
Pine Wu
aad260bc7d Adopt new css provider interface 2019-01-27 19:03:09 -08:00
Pine Wu
f053101c41 CSS semantic selection. Fix #65925 2019-01-23 16:10:56 -08:00