Граф коммитов

589 Коммитов

Автор SHA1 Сообщение Дата
Martin Aeschlimann 5e62091ee8 3.5.0 2020-02-21 10:25:09 +01:00
Martin Aeschlimann 676aaafe39 use const 2020-02-21 10:24:26 +01:00
Martin Aeschlimann d39c569ffc enable strict 2020-02-21 10:12:45 +01:00
Martin Aeschlimann 982021903f remove unused variable 2020-02-21 09:16:35 +01:00
Martin Aeschlimann 2ea5ad3d2f towards strict 2020-02-20 23:34:34 +01:00
Martin Aeschlimann 0947a45770 add exclusion patterns. Fixes #46 2020-02-20 21:45:38 +01:00
Martin Aeschlimann 8cf62606da [json] Encoded references in JSON schema are not decoded correctly. Fixes #49 2020-02-06 11:51:11 +01:00
Martin Aeschlimann 15bd899497 [json-language-features] Error while computing completions: Maximum call stack size exceeded. Fixeshttps://github.com/microsoft/vscode/issues/88517 2020-02-05 16:38:00 +01:00
Martin Aeschlimann 12f930457d cache last schema by resource lookup 2020-02-04 21:57:06 +01:00
Martin Aeschlimann 7539bd0033 3.4.12 2020-01-22 15:41:16 +01:00
Martin Aeschlimann e16e8ab825 update dependencies 2020-01-22 15:41:08 +01:00
Martin Aeschlimann 6ef9821eeb http://json-schema.org/schema# not recognized as valid $schema. Fixes microsoft/vscode#87111 2020-01-13 22:29:16 +01:00
Adrian Panella 81ef15f33a fix undefined object error 2019-12-20 23:35:46 -06:00
Adrian Panella 68ab646480 expose getMatchingSchemas 2019-12-20 23:35:15 -06:00
Martin Aeschlimann 8020161a68 3.4.11 2019-12-17 12:55:21 +01:00
Martin Aeschlimann e8315b7892 clean up imports 2019-12-17 12:55:08 +01:00
Martin Aeschlimann c18f9a9236 3.4.10 2019-12-16 14:58:28 +01:00
Martin Aeschlimann ff988fc7ae shorting causes missing proposals: Fixes https://github.com/microsoft/monaco-editor/issues/1062 2019-12-16 10:11:59 +01:00
Martin Aeschlimann a0f92a8582 3.4.9 2019-12-04 15:38:14 +01:00
Martin Aeschlimann 7e006ef389 use breath-first for document symbol limit 2019-12-04 14:35:14 +01:00
Martin Aeschlimann ff36e8d0d9 3.4.8 2019-12-02 21:51:07 +01:00
Martin Aeschlimann e83db853c0 JSON completion adds colon to value. Fixes microsoft/vscode#85520 2019-12-02 10:43:30 +01:00
Martin Aeschlimann c477a20432 use propertySchema.examples for value fill-in 2019-11-08 09:14:53 +01:00
Martin Aeschlimann 89a4a3f007 3.4.7 2019-11-05 21:34:43 +01:00
Martin Aeschlimann ead2d3a936 update dependencies 2019-11-05 21:34:23 +01:00
Martin Aeschlimann fc5435686f 3.4.6 2019-11-05 15:52:54 +01:00
Martin Aeschlimann 806079a3d1 update vscode-languageserver-textdocument, export TextDocumentsConfiguration 2019-11-05 15:52:32 +01:00
Martin Aeschlimann 1eca6c2ee9 3.4.5 2019-11-04 18:39:22 +01:00
Martin Aeschlimann 9091562c2d use TextDocument from types again 2019-11-04 18:37:11 +01:00
Martin Aeschlimann b2577ff368 3.4.4 2019-11-04 16:41:49 +01:00
Martin Aeschlimann 2692b2e05b update changelog 2019-11-04 16:39:47 +01:00
Martin Aeschlimann 0265afd7a7 Update to vscode-languageserver-textdocument 2019-11-04 16:37:44 +01:00
Martin Aeschlimann ccf866e159 3.4.3 2019-10-31 14:50:06 +01:00
Martin Aeschlimann 1f537ecba2 avoid 2 dots in error message 2019-10-31 14:49:46 +01:00
Martin Aeschlimann 375a6c59c7 3.4.2 2019-10-31 14:39:52 +01:00
Martin Aeschlimann 04ae884aef Improve schema load error message 2019-10-31 14:39:19 +01:00
Martin Aeschlimann 4a377a51b3
Merge pull request #45 from Relequestual/patch-1
Updated error message for draft 2019-09
2019-10-29 09:34:49 +01:00
Ben Hutton fb1979364a
Updated error message for draft 2019-09
Linked to https://github.com/microsoft/vscode/issues/81830
2019-10-28 16:45:34 +00:00
Martin Aeschlimann 95f815ebbe 3.4.1 2019-10-28 15:41:39 +01:00
Martin Aeschlimann a1a76b60a5 change to onRange/ResultLimitExceeded 2019-10-28 15:41:25 +01:00
Martin Aeschlimann 15c079dfa7 3.4.0 2019-10-28 11:42:10 +01:00
Martin Aeschlimann 04acfa2afa update changelog 2019-10-28 11:41:59 +01:00
Martin Aeschlimann fa210f6d60 warn about draft8 schemas 2019-10-28 11:40:23 +01:00
Martin Aeschlimann 092711396f add resultLimitExceeded 2019-10-25 18:06:02 +02:00
Martin Aeschlimann 0c11cb056d [json] indicate that draft-03 schemas are not supported. Fixes #81830 2019-10-25 17:11:48 +02:00
Martin Aeschlimann 016deb8d6d update CHANGELOG 2019-10-25 16:41:51 +02:00
Martin Aeschlimann f7bce76cb0 Add commitCharacters to completion proposals. Fixes #44 2019-10-25 16:16:34 +02:00
Martin Aeschlimann ed1fbb145b new API context.resultLimit 2019-10-25 14:53:39 +02:00
Martin Aeschlimann 3a8879f63c invalid completions after array or object. Fixes https://github.com/microsoft/vscode/issues/81459 2019-10-09 15:59:13 +02:00
Martin Aeschlimann 2d9fffe5b0 3.3.5 2019-09-30 22:26:24 +02:00