Martin Aeschlimann
|
5431050e5f
|
Use Uri.Utils (#160780)
* Use Uri.Utils
* handle base as folder
|
2022-09-13 17:46:01 +02:00 |
|
Martin Aeschlimann
|
440e61ffab
|
bring back css tests (#160326)
|
2022-09-07 10:43:47 -07:00 |
|
Johannes
|
0656d21d11
|
auto-fixed prefer-const violation
|
2022-06-08 17:49:21 +02:00 |
|
Martin Aeschlimann
|
daad75c2c6
|
[css] update to vscode-uri@3.0
|
2020-12-18 10:31:31 +01:00 |
|
Martin Aeschlimann
|
eba3d294a2
|
[css] path completion in web
|
2020-05-28 21:54:35 +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 |
|
Martin Aeschlimann
|
ecba37c6ef
|
update css service/server
|
2019-09-30 22:55:31 +02:00 |
|
Martin Aeschlimann
|
3ce5cb0e02
|
[css] enable tests (fixes #74937)
|
2019-06-06 09:49:55 +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 |
|
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 |
|
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 |
|
Pine Wu
|
90743215aa
|
DocumentContext to remove url dependency from service
|
2018-08-20 01:02:21 -07:00 |
|