Commit graph

171 commits

Author SHA1 Message Date
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
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Martin Aeschlimann 3ce5cb0e02 [css] enable tests (fixes #74937) 2019-06-06 09:49:55 +02:00
Martin Aeschlimann 29daecda2e [css] add test resources 2019-06-06 09:30:58 +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
Benjamin Pasero d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +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
Martin Aeschlimann df9b668167
Merge pull request #70693 from penx/feature/node-module-resolution-for-css-import
Node module resolution for CSS import
2019-06-04 09:53:47 +02:00
Martin Aeschlimann 0d17d408bf [css] update service (for #63805) 2019-05-29 17:11:05 +02:00
Pine Wu 47913e0c52 Update css dependencies for #71715 and #71791 2019-04-08 14:55:28 -07:00
Pine Wu 5aa6e13ad0 Update html/css service 2019-04-03 16:01:08 -07:00
Pine Wu 5d4af57655 Update css service 2019-03-25 11:24:39 -07: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
Pine Wu 2d235fae55 [CSS] Update dependency for #68495 2019-03-14 09:08:09 -07:00
Pine 51ba7278af
Merge pull request #70090 from svipas/css-triggerPropertyValueCompletion-setting
Add css.completion.triggerPropertyValueCompletion setting
2019-03-13 12:34:24 -07: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
svipben cb5493917a Add css.completion.triggerPropertyValueCompletion setting 2019-03-08 22:16:08 +02: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
Benjamin Pasero e2d1fd06d1 debt - update extensions node dependency to 10.x 2019-02-07 08:49:36 +01:00
Pine Wu 1bcf2c77ca [CSS] Update Service 2019-01-31 16:13:14 -08:00
Pine Wu ef0f902787 Fix custom data capitalization 2019-01-31 10:44:46 -08:00
Pine Wu af57ecdf9d Fix #67544 2019-01-30 11:59:02 -08:00
Pine Wu 6787bd1f25 Update html/css custom data config schema for #67544 2019-01-30 11:46:57 -08:00
Pine Wu e9708716f2 Move html/css custom data contribution to experimental 2019-01-28 17:14:28 -08:00
Pine Wu 4c89a268f5 Fix CSS imports 2019-01-28 13:55:55 -08:00
Pine Wu 81e2ef1be1 Update services 2019-01-28 13:29:36 -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 0ba2b1d078 Update css-service to fix NPE exceptions 2019-01-27 23:05:13 -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 926cfe1c4a Update css language service for #66519 and #66637 2019-01-16 18:36:11 -08:00
Pine Wu 2b0cee0eba contributes.css.customData for #66414 2019-01-11 12:21:25 -08:00
Pine Wu 67973726b6 Upgrade css service version 2019-01-11 11:20:47 -08:00