Commit Graph

73 Commits

Author SHA1 Message Date
Martin Aeschlimann
dd32bd644a JSON seems to keep diagnostics around when document closes, fixes #5769 2016-06-29 20:22:19 +02:00
Martin Aeschlimann
96452b48e7 Do not rely on codeSnippet for filtering fixes #6620 2016-06-27 22:39:21 +02:00
Martin Aeschlimann
10146b8e2f [json] use vscode-json-languageservice 2016-06-26 23:49:47 +02:00
Alex Dima
be7f2e237f Remove MirrorModelEmbedded as it is no longer used 2016-06-25 11:21:55 +02:00
Martin Aeschlimann
e520a4208b fixes #7730: [json] Referencing **local** JSON schema from another local schema 2016-06-16 15:57:06 +02:00
Martin Aeschlimann
1ddee875cc extract jsonLangaugeService 2016-06-15 09:33:13 +02:00
Martin Aeschlimann
573844e49a Update to latest jsonc-parser 2016-06-15 09:33:13 +02:00
Martin Aeschlimann
966cb81e0a [json] name & test polishes 2016-06-13 11:30:19 +02:00
Martin Aeschlimann
67fe4d8b60 [json] rename server to jsonServerMain 2016-06-09 09:31:03 +02:00
Martin Aeschlimann
f7ed34859a Update JSON service to latest vscode-languageserver 2016-06-03 14:49:39 +02:00
Martin Aeschlimann
fb4d59aa39 fixes #6974: [json] $schema attribute - strange path resolution behavior when referencing local schema file 2016-05-30 17:16:38 +02:00
Martin Aeschlimann
1e099735a6 fixes #6976: [json] Modifying a JSON Schema file requires a restart of VS code to pick up the changes 2016-05-30 16:27:39 +02:00
Martin Aeschlimann
2f79748ba0 Avoid 'text' item kind 2016-05-22 16:33:29 +02:00
Martin Aeschlimann
39c835a56c fixes #5981: [json] accept empty keybindings.json file 2016-05-10 15:10:59 +02:00
Martin Aeschlimann
fc59387aba fixes #5269: [json] "Format Code" folds braces into preceding comments. 2016-04-22 15:57:11 +02:00
Martin Aeschlimann
42a2cd5665 fixes #5334: [json] swagger 2.0 json schema not working for intellisense in visual studio code 2016-04-21 20:10:27 +02:00
Martin Aeschlimann
6e8f659617 update to jsonc-parser 0.2.0 2016-04-20 14:07:50 +02:00
Yuki Ueda
466f11d631 add remove calc 2016-04-20 14:33:56 +09:00
Martin Aeschlimann
8678d9e60a update jsonc/request versions to 0.1.0 2016-04-19 12:37:35 +02:00
Martin Aeschlimann
235cbcdf9d Move bower/package.json dependency completions to javascript extension 2016-04-18 17:55:40 +02:00
Martin Aeschlimann
f67fc605ca JSON parser: getLocation 2016-04-14 21:44:20 +02:00
Benjamin Pasero
cc3b457dd9 [loc][Query][DevDiv] Typo in source "id" (fixes #4897) 2016-04-04 16:25:05 +02:00
Benjamin Pasero
81c4ddb3c1 fix intellisense to make clear that "file path to language association" needs absolute path (fixes #4195) 2016-03-15 11:37:54 +01:00
Martin Aeschlimann
80bd73b513 Fixes #3952 [json] Add telemetry event when user edit a json file for Azure RM. 2016-03-11 23:31:23 +01:00
Alex Dima
0f45852387 Add helpful error messages to deprecated "auto" values in editor.tabSize and editor.insertSpaces 2016-03-09 11:48:40 +01:00
Dirk Baeumer
ec3c8c3be4 Fixes #3824: NLS build has an issue with \' in string 2016-03-09 09:58:15 +01:00
Martin Aeschlimann
5edbf8a1b1 JSON schema test commented out due to NLS issue (#3824) 2016-03-08 10:50:49 +01:00
Martin Aeschlimann
de05781729 Tweek JSON Schema contributions test 2016-03-08 10:22:11 +01:00
Benjamin Pasero
bc942c72cb improve snippet for file association 2016-03-05 14:58:49 +01:00
Benjamin Pasero
0c463fcbce Merge branch 'master' into ben/associations 2016-03-04 17:40:04 +01:00
Benjamin Pasero
3041b376a0 have intellisense for modes 2016-03-04 17:36:31 +01:00
Martin Aeschlimann
3c3de953da [josn-server] remove typescript and mocha as dev dependencies 2016-03-04 17:06:50 +01:00
Benjamin Pasero
3ff5de1e0a Merge branch 'master' into ben/associations 2016-03-04 15:57:04 +01:00
Joao Moreno
12d7f996b6 remove hardcode extensions dependencies 2016-03-04 15:48:57 +01:00
Martin Aeschlimann
46657ddea7 [json] fix sourcemaps 2016-03-04 15:22:32 +01:00
Benjamin Pasero
932e8637c1 association => associations 2016-03-04 10:37:41 +01:00
Martin Aeschlimann
14fea843f8 [json] adopt npm scripts 2016-03-04 10:33:25 +01:00
Benjamin Pasero
230b27e889 first version of a new setting to associate file patterns to languages 2016-03-04 10:32:37 +01:00
Joao Moreno
b07b57cc0e gulpfile.extensions refactor 2016-03-04 09:27:27 +01:00
Dirk Baeumer
5354309a24 Converted json extension to new vscode-nls npm module 2016-03-03 16:54:36 +01:00
Martin Aeschlimann
63c9d46cde Fixes #3204: [json] project.json intellisense broken due to server change 2016-03-03 16:09:26 +01:00
Martin Aeschlimann
f0c6ccccce Fixes #3494: [snippets] [debt] don't allow snippet syntax in default values 2016-02-29 22:30:11 +01:00
Joao Moreno
89b641e269 fix build: json server super call 2016-02-23 08:53:32 +01:00
Alex Dima
021995c100 tslint 2016-02-13 00:10:18 +01:00
Alex Dima
d27f694455 tslint 2016-02-12 17:29:34 +01:00
Joao Moreno
98b3482a49 tslint 💄 2016-02-12 17:20:07 +01:00
Martin Aeschlimann
b7e6e6fae7 [json] better support for null, and array of types 2016-02-10 14:04:54 +01:00
Martin Aeschlimann
ac75d8060c Fixes #2638: [json] intellisense eats colon 2016-02-04 13:58:05 +01:00
Martin Aeschlimann
69dfecdbe4 Allow custom error messages for regex issues 2016-01-28 17:25:35 +01:00
Martin Aeschlimann
5168697dfd Fixes #2324: [json] Inline schema in settings don't work 2016-01-28 17:18:45 +01:00