Commit graph

267 commits

Author SHA1 Message Date
Martin Aeschlimann 9d4a9acd93 [json] update service 2017-12-04 18:10:02 +01:00
Martin Aeschlimann f846ade880 [jsonc] add tsconfig/jsconfig 2017-11-30 09:14:46 +01:00
Martin Aeschlimann 0d9aa129b0 More jsonc adoptions 2017-11-28 09:55:13 +01:00
Martin Aeschlimann 76989b38ff Fixes for jsonc mode. Fixes #39199 2017-11-27 23:44:33 +01:00
Martin Aeschlimann c6489fa5e5 associate code-workspace with jsonc 2017-11-27 17:34:48 +01:00
Martin Aeschlimann 0c2de00043 Separate json and jsonc (fixes #3641, fixes #26830, fixes #19992) 2017-11-27 10:37:47 +01:00
Martin Aeschlimann a8e615cfa3 [json] Provide syntax highlighting for .ember-cli and .watchmanconfig. Fixes #37174 2017-11-17 15:02:09 +01:00
Joao Moreno 5d4d38543a use yarn in extension scripts 2017-11-16 10:46:51 +01:00
Joao Moreno 758c47ef87 npm > yarn 2017-11-15 15:14:00 +01:00
Joao Moreno 39ea7877ca update css|html|json dependencies 2017-11-14 10:09:17 +01:00
Martin Aeschlimann d133edf626 update language client to 3.5.0 2017-11-14 10:06:01 +01:00
Joao Moreno b635672331 remove shrinkwrap references 2017-11-14 10:04:36 +01:00
Joao Moreno 50cabbc80a yarn import css|html|json server 2017-11-14 10:02:26 +01:00
Joao Moreno c23063000c Merge branch 'master' into yarn 2017-11-14 09:57:55 +01:00
Joao Moreno 18c5daaf0a fix language servers dependencies 2017-11-14 09:57:38 +01:00
Joao Moreno 0a8b6fb706 yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +01:00
Martin Aeschlimann 7a2065f582 switching to noUnusedLocals : for #37212 2017-11-13 13:53:42 +01:00
Erich Gamma a54c44cb0d Enabling the 'noUnusedLocals' compiler option for extensions 2017-11-08 10:23:49 +01:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Martin Aeschlimann ff2c299be4 [json] update service & server 2017-11-01 22:51:29 +01:00
Sandeep Somavarapu 7ebc20495c Fix #37041 2017-10-30 13:51:25 +01:00
Martin Aeschlimann 4473006497 [css/html/json] use fixed version of language server/client 2017-10-27 13:11:52 +02:00
Johannes Rieken 65a2d30efe color - jsdoc and tiny tweaks for color provider api 2017-10-16 12:43:21 +02:00
Martin Aeschlimann 7b6d3a13af [json] update service 2017-10-13 11:59:41 +02:00
Martin Aeschlimann a5f49516c1 [json] update server & service 2017-10-11 16:01:48 +02:00
Martin Aeschlimann 12d4925c72 Use strict version-identifier for @types/xyz-modules . For #35561 2017-10-04 11:25:45 +02:00
Martin Aeschlimann 8b350a162c Listen to schema change events (for #27816) 2017-09-25 15:25:05 +02:00
Martin Aeschlimann 0e3d8542a1 [json] provide colorpresentations in language server 2017-09-21 12:57:58 +02:00
rebornix 084849c2fa provideColorPresentations should have document in paramaters. 2017-09-20 13:44:57 -07:00
rebornix ce20acd130 color space 0...1 2017-09-20 12:59:02 -07:00
isidor efdc328058 ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
rebornix d069e922ef Re #34366. Extensions define color formats. 2017-09-19 00:03:58 -07:00
Martin Aeschlimann baed6fa95b [html] multi folder settings optimizations 2017-09-15 16:39:56 +02:00
Martin Aeschlimann bde20085c7 [html] use vscode-uri 2017-09-15 16:39:56 +02:00
Matt Bierner 9a38cc36a5 Fix missing colorization test update 2017-09-14 19:59:52 -07:00
Matt Bierner 43cb3b41ac Continue tweaking default dark and light colorization for escape characters and regular expressions 2017-09-13 10:40:07 -07:00
rebornix 3753e0e1d2 Align signatures with other providers. 2017-09-08 14:11:44 -07:00
rebornix 3479d81d77 Fix #32235. Functional style formatter. Color range is all float number and remove fromHex, fromHSL methods. 2017-09-08 11:36:39 -07:00
Martin Aeschlimann 5e42a4907a Multi root: json.schema setting relative url doesnt get resolved to folder. Fixes #33453 2017-08-30 15:11:16 +02:00
Martin Aeschlimann c0f8d12673 IntelliSense not work in settings.json . Fixes #33069 2017-08-29 18:01:38 +02:00
Martin Aeschlimann d0d00e8824 [json] match only schemas of current folder 2017-08-29 08:37:02 +02:00
Martin Aeschlimann 33b6008002 [json] update service (NPE in provideDocumentColors) 2017-08-28 20:52:13 +02:00
Martin Aeschlimann c72c6cc31d [json] complete colorProvider adoption 2017-08-28 19:15:36 +02:00
Martin Aeschlimann 31fe7b0a9c [json] adopt colorProvider.proposed protocol 2017-08-28 17:19:55 +02:00
rebornix c68ad405a7 CSS/JSON extensions are using spaces... 2017-08-25 16:10:16 -07:00
rebornix 879373d9e1 Remove onDidChagne events. Deprecate [lan].colorDecorators.enable and
use editor.colorDecorators for all.
2017-08-25 16:10:16 -07:00
rebornix ef690ded3e Config migration 2017-08-25 16:10:16 -07:00
rebornix 9355b436d1 Move renderColorDecorator options to core settings. 2017-08-25 16:10:16 -07:00
rebornix 9937bcf6ec Color Decorator sits together with Color Picker. 2017-08-25 16:10:16 -07:00
rebornix f4ccc31770 Use single quote in imports 2017-08-25 16:10:16 -07:00