Commit Graph

364 Commits

Author SHA1 Message Date
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
Martin Aeschlimann
349c4ddf60 [json] hover in JSON documents hides '*', fixes #8068 2016-07-20 16:29:31 +02:00
Martin Aeschlimann
05393cf9f3 [json] User defined schemas without file association are not picked up 2016-07-11 11:43:36 +02:00
Alex Dima
d5862e8dba Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files 2016-07-07 12:36:49 +03:00
Johannes Rieken
7cb8e4514e remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737 2016-07-06 15:42:53 +02:00
Andre Weinand
a6692f931a remove unused dependency 2016-07-01 17:21:18 +02:00
Andre Weinand
ea6eae40e0 update OSSREADME from npm-shrinkwrap 2016-07-01 15:21:42 +02:00
isidor
f32b435e6d Add npm-shrinkwrap.json for css, json, php
#8570
2016-07-01 09:52:48 +02:00
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
e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +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
Cătălin Mariș
9358d513f8 Treat .webmanifest files as JSON
Web App Manifest files (having `webmanifest`¹ as the recommended
file extension and `application/manifest+json`¹ as the recommended
media type) use the JSON² format.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ https://w3c.github.io/manifest/#media-type-registration
² https://w3c.github.io/manifest/#abstract

See also: https://w3c.github.io/manifest/
2016-06-22 22:48:31 +03: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
a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Marvin Hagemeister
3edd29e801 Add .babelrc to json mimetype 2016-05-25 16:08:10 +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
1f0657703b Extension licenses: Fix URL for node-jsonc-parser 2016-05-02 11:52:52 +02:00
Martin Aeschlimann
0c10a9c5a4 Add extension OSS dependencies 2016-05-02 11:48:26 +02:00
Joao Moreno
6ecacf4164 fix bad npm call 2016-04-28 17:30:20 +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
Dirk Baeumer
ed3a686a47 Move schema registration to json/package.json file. 2016-04-20 10:53:36 +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
Martin Aeschlimann
37f5e2b355 [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
Martin Aeschlimann
24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Benjamin Pasero
cc3b457dd9 [loc][Query][DevDiv] Typo in source "id" (fixes #4897) 2016-04-04 16:25:05 +02:00
Martin Aeschlimann
c6186a2d9d Setup php extension debugging 2016-03-16 12:29:40 +01: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
Sofian Hnaide
7549af87c8 adding telemetry to json extension 2016-03-11 11:41:19 -08: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