Commit graph

151 commits

Author SHA1 Message Date
Martin Aeschlimann 1ce943831d [json] mention setting to change limit 2019-12-04 15:57:54 +01:00
Martin Aeschlimann 235ceb4d38 [json] update service 2019-12-04 15:41:02 +01:00
Martin Aeschlimann 669d0ab44e [json] make result limit configurable. Fixes #84259 2019-12-04 15:41:02 +01:00
Martin Aeschlimann 929080f70c JSONC: Completion inserts one extra double quote. Fixes #86078 2019-12-03 16:03:53 +01:00
Martin Aeschlimann c2c96f3f46 [json] update service 2019-12-02 21:54:16 +01:00
Martin Aeschlimann 5f1b81b497 [css/html/json] provide replace & insert proposals 2019-12-02 21:43:59 +01:00
Martin Aeschlimann fd6d7489a8 [json] adopt TextDocuments and use incremental sync 2019-11-05 22:19:43 +01:00
Martin Aeschlimann 90e887f8b5 [json] update yarn lock 2019-11-01 15:42:47 +01:00
Martin Aeschlimann 7887f81b80 [json] improved error message 2019-10-31 15:10:31 +01:00
Martin Aeschlimann 3a5209ec64 [json] file schema loaded on client instead of server. Fixes #83515 2019-10-31 12:43:33 +01:00
Martin Aeschlimann 4bdb7355f7 [json] fix azure telemetry 2019-10-31 12:43:33 +01:00
Martin Aeschlimann 9a9c0e351b update request-light 2019-10-31 12:43:33 +01:00
Martin Aeschlimann 7b944a16f5 update request-light 2019-10-30 20:57:21 +01:00
Martin Aeschlimann 223076ac54 [json] support result limits 2019-10-28 20:23:16 +01:00
Benjamin Pasero ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Martin Aeschlimann 42d95e583b json ls-server readme: typos 2019-10-10 09:26:22 +02:00
Martin Aeschlimann 3da9bcbb78 JSON Language Server 1.2.2 2019-10-10 09:19:26 +02:00
Martin Aeschlimann ddcdb9dd66 json: provideFormatter fix 2019-10-02 12:14:01 +02:00
Martin Aeschlimann 1465409125 update json server & service 2019-09-30 22:58:40 +02:00
Martin Aeschlimann 78a6b2d72f #81592 again 2019-09-30 14:51:26 +02:00
Martin Aeschlimann 078acb7872 JSON formatting often fails at first. Fixes #71652 2019-09-30 12:25:57 +02:00
Martin Aeschlimann 3259fbf267 [json] Use textDocument.rangeFormatting.dynamicRegistration instead of workspace.symbol.dynamicRegistration? #81592 2019-09-30 09:23:23 +02:00
Martin Aeschlimann cb70fd5ef0 rename allowTrailingsCommas -> allowTrailingCommas 2019-09-20 11:31:11 +02:00
Martin Aeschlimann a7def72d9e trailing commas only for setting files 2019-08-29 13:19:03 +02:00
Martin Aeschlimann ba5ea8e2d2 [json] update service 2019-08-27 14:45:36 +02:00
Martin Aeschlimann 379623e369 update yarn.lock files 2019-08-21 18:04:55 +02:00
Martin Aeschlimann be8f289fa9 update jsonc-parser 2019-08-21 16:55:59 +02:00
Martin Aeschlimann 4a6f60ba0e dynamic schemas not updated. Fixes #79363 2019-08-21 16:52:47 +02:00
Peng Lyu c4c427198d Fix #66284. 2019-08-02 17:52:05 -07:00
Pine Wu c8603ae198 Add compound debug for json 2019-08-01 14:14:21 -07:00
Martin Aeschlimann dd09dae342 [json] update service 2019-07-30 09:20:36 +02:00
Martin Aeschlimann 980ad1ce09 [josn] use latest ClientCapabilities 2019-07-29 09:29:33 +02:00
Daniel Imms 33dd835855 Update yarn.lock
This change happens on a clear run of yarn
2019-07-25 16:35:55 -07:00
Martin Aeschlimann 3b5ee24ca3 [json] update vscode-uri 2019-07-25 18:33:18 +02:00
Martin Aeschlimann 81380bb822 register selectionRangeProviders 2019-07-25 18:33:18 +02:00
Martin Aeschlimann 877704976a JSON Language Server 1.2.1 2019-07-22 10:07:53 +02:00
Martin Aeschlimann d782b76a8e [json] fix compile script 2019-07-22 10:07:18 +02:00
Martin Aeschlimann caad996fba JSON Language Server 1.2.0 2019-07-19 10:35:21 +02:00
Martin Aeschlimann 13d8325aaa [json] update server readme 2019-07-19 10:35:21 +02:00
Martin Aeschlimann bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Martin Aeschlimann f104ade94b [json] confusing error message when schema can not be loaded 2019-07-08 20:03:05 +02:00
Martin Aeschlimann 4ed70122f8 remove imports 2019-07-08 12:44:50 +02:00
Martin Aeschlimann aa38607483 incremental text documents cause perf isssues 2019-07-08 12:44:40 +02:00
Benjamin Pasero c6d9e8ea64 status - push proposed API for statusbar id/name and adopt 2019-06-14 11:52:39 +02:00
Martin Aeschlimann a84c30184c [css/json/html] update lsp, services & dependencies 2019-06-13 10:27:45 +02:00
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Benjamin Pasero d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +02:00
Chris Dias c24694c892
clean up the readme (#74293)
* Tidy up the readme, update graphic
2019-05-24 10:04:01 -07:00
Martin Aeschlimann 8099c01477
Merge pull request #73273 from SamB/json-features-CONTRIBUTING-fixes
json-language-features/CONTRIBUTING.md fixes
2019-05-07 11:30:56 +02:00
Martin Aeschlimann 8c6f32ca00 update json service 2019-05-06 17:50:28 +02:00