Commit graph

187 commits

Author SHA1 Message Date
Ramya Achutha Rao
84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Alex Dima
aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Martin Aeschlimann
114160d225 Fix for completionProvider registration in html/json server 2017-04-10 15:14:43 +02:00
Martin Aeschlimann
4c56e61918 Attach languge server: set "protocol": "legacy", 2017-04-06 23:46:35 +02:00
Martin Aeschlimann
cfb74af74e launch.json shows stale warnings after deleting/closing. Fixes #23726 2017-04-04 11:34:37 +02:00
Martin Aeschlimann
18affc0b0b [json] update service (fixes NPE in color requestor) 2017-03-30 15:06:52 +02:00
Martin Aeschlimann
252b393776 [json] update service (for #23424) 2017-03-30 09:31:22 +02: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
Martin Aeschlimann
b6b35ea42d [json] support patternErrorMessage for #21384 2017-02-27 10:46:37 +01:00
Martin Aeschlimann
0a246ab31c [json] update service (fixes #21222) 2017-02-23 13:50:36 +01:00
Martin Aeschlimann
3bf7441509 [json] update service (for #21070) 2017-02-22 16:43:25 +01:00
Martin Aeschlimann
c504b1d69a [json] update service 2017-02-21 23:23:09 +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
3a311829e4 [json] remove project.json support (for OmniSharp/omnisharp-vscode#1236) 2017-02-16 21:38:55 +01:00
Benjamin Pasero
4d9ee74935 move more into config-editing extension (for #20049) 2017-02-07 16:52:19 +01:00
Benjamin Pasero
bcff7c60e5 move window.title config helper out to extension (for #20049) 2017-02-07 12:24:03 +01:00
Benjamin Pasero
29c4e311cd window title: convert variable format from $() to ${} 2017-02-06 14:31:37 +01:00
Benjamin Pasero
693de57e87 Allow to configure title bar information (fixes #1723) (#19932) 2017-02-06 09:50:27 +01:00
Martin Aeschlimann
60bbe61489 [css] change grammar to atom/language-css 2017-01-31 17:10:28 +01:00
Martin Aeschlimann
bb18628a66 [json] dynamically enable & disable formatter 2017-01-30 16:32:31 +01:00
Martin Aeschlimann
56d2e439e6 Update jsonc-parser 2017-01-26 11:31:23 +01:00
Martin Aeschlimann
c5f8be74bd [json] update service 2017-01-24 00:52:02 +01:00
Martin Aeschlimann
c0b1937b47 lamguage servers: Require snippetSupport for completionProvider capability 2017-01-19 20:43:50 +01:00
Martin Aeschlimann
87ae03d980 [json] update dependencies & adopt 2017-01-17 23:09:12 +01:00
Alex Dima
88c45c4e57 Merge remote-tracking branch 'origin/master' into alex/tokenization 2017-01-09 11:19:26 +01:00
Martin Aeschlimann
ca0bf48d75 [json] update service 2017-01-07 22:46:23 -04:00
Alex Dima
90d74c59aa Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0 Themes integration tests 2017-01-04 22:44:08 +01:00
Matt Bierner
b2519ad3c9 Add a few casts to work around issues in ts 2.1.4 (#16861) 2016-12-07 13:54:25 -08:00
Martin Aeschlimann
aa108953c9 [json] update language service 2016-12-05 17:14:04 +01:00
Martin Aeschlimann
4d8781d17a [json] add server trace option 2016-12-05 17:14:03 +01:00
Martin Aeschlimann
63c369079e [json] updare service & add json schema.deprecationMessage/ enumDescriptions 2016-12-02 22:23:50 +01:00
Martin Aeschlimann
c17ebb78c0 [json] update language service 2016-11-30 00:03:25 +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
ec45a3a56c [json] wait for onReady before using client 2016-11-28 10:57:22 +01:00
Martin Aeschlimann
ea26b957f6 Adopt new snippet syntax in JSON schema defaultSnippets (for #15573) 2016-11-25 17:04:18 +01:00
Martin Aeschlimann
93c1334282 [json] adopt SnippetString (#15573) and update to TS 2.0 2016-11-25 16:37:56 +01:00
Joao Moreno
2bb3dd5d95 enable duplicate imports tslint rule 2016-11-11 17:02:08 +01:00
Martin Aeschlimann
525332fba5 [json] update language service 2016-11-03 16:59:31 +01:00
Martin Aeschlimann
a31bf208c8 onInitialize() should check if params.initializationOptions is null fiixes #12259 2016-10-27 16:47:36 +02:00
Johannes Rieken
2ef658a7c8 format.enable label to informat about required restart 2016-10-24 12:08:57 +02:00
Johannes Rieken
e58afe1ab6 Thenable<T> everywhere 2016-10-20 18:30:09 +02:00
Johannes Rieken
db48473d51 json.format.enable 2016-10-17 15:25:35 +02:00
Martin Aeschlimann
ba055859d1 Update json language service 2016-10-16 23:46:49 +02:00
Johannes Rieken
507b551462 tsfmt - extensions/json/server 2016-10-08 09:32:25 +02:00
Johannes Rieken
7b5a828331 tsfmt - extensions/json/client 2016-10-08 09:31:07 +02:00