Commit Graph

111 Commits

Author SHA1 Message Date
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
Pine Wu
70696746b0 Address feedback 2019-01-09 12:43:51 -08:00
Pine Wu
f7894236ee css.experimental.customData 2019-01-08 11:42:52 -08:00
Matt Bierner
c109d319fe Second pass converting for index based looping to for-of loops
More manual conversion of index based for loops to for-of loops
2019-01-04 12:03:23 -08:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08: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
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
ef5bd4810a Use shared config for css language features 2018-10-02 10:24:20 -07:00
Pine Wu
39fbbf02c4 Do not suggest dot files in html/css. Fix #46780 2018-09-18 11:38:09 -07:00
Martin Aeschlimann
16fc8709ee go back to doCodeActions from doCodeActions2 2018-08-29 12:17:36 +02:00
Pine Wu
9b751193a4 Do not suggest own file for path completion. Fix #57384 2018-08-28 16:29:03 -07:00
Martin Aeschlimann
1a680deae5 [css] update dependencies 2018-08-27 17:59:53 +02:00
Martin Aeschlimann
1047f48993 strict warnings in pathCompletion 2018-08-27 12:13:15 +02:00
Pine Wu
90743215aa DocumentContext to remove url dependency from service 2018-08-20 01:02:21 -07:00
Pine Wu
73db88ffc1 @import and url() link. Fix Microsoft/vscode#29899 2018-08-20 01:02:21 -07:00
Pine Wu
a40bfc947c @import completion for css/scss/less. Fix #51331 2018-08-07 16:01:21 -07:00
Martin Aeschlimann
116948ef51 [css] adopt lsp (folding, colors) 2018-07-25 12:22:04 +02:00
Martin Aeschlimann
105e928b69 [css] update dependencies 2018-05-23 16:49:17 +02:00
Martin Aeschlimann
c52fe7087c color provider server capability doesn't define boolean (yet). For Microsoft/vscode-languageserver-node#349 2018-05-15 12:05:59 +02:00
Martin Aeschlimann
e09c8a7086 [css] adopt folding apis 2018-04-17 18:18:12 +02:00
Martin Aeschlimann
a509b1797b [css] fix path completion participant 2018-04-17 18:18:11 +02:00
Martin Aeschlimann
99f9459174 [css] remove emmet dependency 2018-04-17 18:18:11 +02:00
Martin Aeschlimann
d516e62375 [css] update service (for #47788) 2018-04-16 14:16:31 +02:00
Martin Aeschlimann
6657623b98 css/html/json typos (for #47894) 2018-04-16 14:11:26 +02:00
Pine Wu
7c62e560a2 Fix #47784 2018-04-12 15:50:05 -07:00