Commit Graph

76 Commits

Author SHA1 Message Date
Martin Aeschlimann
d40a1e24c0 [json] adopt language-client with colorProvider support 2018-02-07 22:51:42 +01:00
Dirk Baeumer
e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01:00
Ramya Achutha Rao
71c3b15465 Update the telemetry module used by extensions 2018-01-29 14:53:24 -08:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Johannes Rieken
ea5b7eaa56 add schema for code-snippets-files, #13182 2018-01-04 14:17:28 +01:00
Martin Aeschlimann
9ec7172f78 Suggestion: change "JSON with comments" capitalization. Fixes #39622 2017-12-06 11:48:27 +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
Martin Aeschlimann
d133edf626 update language client to 3.5.0 2017-11-14 10:06:01 +01:00
Martin Aeschlimann
ff2c299be4 [json] update service & server 2017-11-01 22:51:29 +01:00
Martin Aeschlimann
4473006497 [css/html/json] use fixed version of language server/client 2017-10-27 13:11:52 +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
0e3d8542a1 [json] provide colorpresentations in language server 2017-09-21 12:57:58 +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
ef690ded3e Config migration 2017-08-25 16:10:16 -07:00
Martin Aeschlimann
b14c255400 [json] add multiroot support. Fixes #32487 2017-08-23 14:33:04 +02:00
Martin Aeschlimann
164e6d4bbc [json] grammar update script for new repo 2017-08-08 16:45:48 +02:00
Martin Aeschlimann
946bb89854 [json] enable color picker 2017-08-03 16:26:47 +02:00
Benjamin Pasero
1501dbe633 associate JSON mode with code workspace files 2017-07-13 12:18:26 +02:00
kieferrm
3f8bd163f4 update dependency on vscode-extension-telemetry 2017-06-30 09:57:37 -07:00
Joao Moreno
5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Ramya Achutha Rao
84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Martin Aeschlimann
7d63b291cf [json] color decorators 2017-03-27 14:27:10 +02:00
Martin Aeschlimann
dc31a48002 [json] enable quick suggestions in strings 2017-03-21 22:48:36 +01:00
kieferrm
3f26922adb upgrade telemetry used by json ext 2017-02-20 20:16:47 -08:00
Martin Aeschlimann
36f2e59ecc [json] update server & client 2017-02-17 18:07:05 +01:00
Martin Aeschlimann
87ae03d980 [json] update dependencies & adopt 2017-01-17 23:09:12 +01:00
Martin Aeschlimann
4d8781d17a [json] add server trace option 2016-12-05 17:14:03 +01:00
Martin Aeschlimann
5cf9b72417 Merge pull request #16186 from mjbvz/json-setting-localization
Extract Json Extension package.json Strings for Localization
2016-11-29 22:43:46 +01:00
Dirk Baeumer
32192ccfde Fixing alpha versions 2016-11-29 15:31:56 +01:00
Matt Bierner
97a974e1e8 Extract Json Extension package.json Strings for Localization
Closes #16180
2016-11-28 15:09:54 -08:00
Martin Aeschlimann
93c1334282 [json] adopt SnippetString (#15573) and update to TS 2.0 2016-11-25 16:37:56 +01:00
Johannes Rieken
2ef658a7c8 format.enable label to informat about required restart 2016-10-24 12:08:57 +02:00
Johannes Rieken
db48473d51 json.format.enable 2016-10-17 15:25:35 +02:00
Martin Aeschlimann
59c835ff9a Compile issue with new langageclient 2016-09-07 17:17:50 +02:00
Martin Aeschlimann
e3ce57ab09 [json] update language service & server & MarkedString escaping fix. Fixes #11413 2016-09-07 16:37:39 +02:00
Martin Aeschlimann
986d842824 [schemas] move schema associations from json to configuration-editing and extension-editing 2016-08-23 14:45:00 +02:00
Martin Aeschlimann
fbe40a406a [json] update to latest languageserver 2016-08-12 18:34:35 +02:00
Martin Aeschlimann
4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Martin Aeschlimann
e7ae751e50 Migrate JSON to language-configuration 2016-07-21 19:54:03 +02:00
Martin Aeschlimann
c04f01e60c Add schema for language-configuration.json 2016-07-21 19:49:43 +02:00