Commit graph

195 commits

Author SHA1 Message Date
Pine Wu 313a142652 Bump css LS for #79215 2019-10-22 12:03:11 -07:00
Pine Wu a724a64cce Bump css LS for #74635 2019-10-22 11:19:49 -07:00
Matt Bierner 2b4638e1ac Fix missing function calls in condition 2019-10-07 11:04:31 -07:00
Pine Wu 2b9bb7c2e0 Update css language service 2019-10-03 09:33:34 -07:00
Pine Wu f7efcef2be Fix #81845 2019-10-02 13:16:46 -07:00
Pine Wu 9bb24dc1c1 Upgrade html/css language services 2019-09-30 16:42:01 -07:00
Martin Aeschlimann ecba37c6ef update css service/server 2019-09-30 22:55:31 +02:00
Pine Wu 7a27b26446 Polish css.completion.completePropertyWithSemicolon doc 2019-09-30 11:41:07 -07:00
Pine Wu 4dec1f7b49 Fix #32200 2019-09-11 14:27:25 -07:00
Pine Wu 6829b31625 Fix #80274 2019-09-03 10:13:46 -07:00
Pine Wu 14a3819e74 Fix #80269 2019-09-03 09:19:56 -07:00
Pine Wu 64c07ab1e3 Polish description for customdata 2019-08-28 10:21:41 -07:00
Pine Wu afe281cf51 Update CSS service to get deprecated items 2019-08-27 21:49:39 -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
Pine Wu adbee7d26e Update html/css services 2019-08-23 12:01:51 -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 bcc7f1219f Update services for #78285 2019-08-07 10:46:54 -07:00
Pine Wu 285b680dc1 Fix #67742 2019-07-29 11:27:06 -07: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
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