Martin Aeschlimann
|
95a9378519
|
[json] add 'Clear schema cache' command. Fixes #138524
|
2021-12-06 16:56:17 +01:00 |
|
Martin Aeschlimann
|
cd34f23699
|
improve json cache log messages (for #101050)
|
2021-11-29 23:28:48 +01:00 |
|
Martin Aeschlimann
|
d159ea189b
|
improve json language indicator
|
2021-11-22 17:22:42 +01:00 |
|
Martin Aeschlimann
|
6123d781cb
|
[json] use uri helpers
|
2021-11-19 22:27:02 +01:00 |
|
Martin Aeschlimann
|
f13f5832fd
|
[json] when downloading JSON Schema files, do Conditional GETs. Fixes #101050
|
2021-11-19 22:06:54 +01:00 |
|
Martin Aeschlimann
|
cd0e926097
|
hide _json.showAssociatedSchemaList command
|
2021-11-19 10:02:49 +01:00 |
|
Martin Aeschlimann
|
6651f8ab43
|
[json] Adapt language status indicator. Fixes #137288
|
2021-11-18 14:46:59 +01:00 |
|
Johannes Rieken
|
09c9d4c293
|
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 11:05:57 +01:00 |
|
Johannes Rieken
|
a4d426a1c2
|
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 09:48:17 +01:00 |
|
Johannes Rieken
|
68e819043c
|
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
|
2021-11-09 15:53:35 +01:00 |
|
Johannes Rieken
|
9254a8cd27
|
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
|
2021-11-09 15:00:03 +01:00 |
|
Martin Aeschlimann
|
7aaa2474eb
|
JSON Schema validation https failed without details. Fixes #127769
|
2021-10-08 12:03:03 +02:00 |
|
Henning Dieterichs
|
feed53b813
|
Merge branch 'main' into hediet/refactor-language-configuration
|
2021-05-31 19:40:48 +02:00 |
|
Benjamin Pasero
|
159479eb5a
|
Allow to show status bar entries with an id and name (fix #74972)
|
2021-05-19 14:03:37 +02:00 |
|
Henning Dieterichs
|
a1af8aa651
|
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json. This fixes #98621.
|
2021-05-17 09:12:01 +02:00 |
|
Matt Bierner
|
119581fc2a
|
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
|
2021-04-12 15:58:38 -07:00 |
|
Martin Aeschlimann
|
a22b5d54ad
|
[json/css/html] adopt lsp 316
|
2020-12-14 18:18:58 +01:00 |
|
Martin Aeschlimann
|
ec13471816
|
[json] Inconsistency between files.insertFinalNewline and Format Document. Fixes #17359
|
2020-11-30 23:07:24 +01:00 |
|
Martin Aeschlimann
|
1a6d7f3118
|
[json] performance warning message can't be ignored. Fixes #105988
|
2020-11-27 17:24:02 +01:00 |
|
Martin Aeschlimann
|
e3a79e9e44
|
[css/html/json] Randomize inspect ports to avoid conflicts
|
2020-11-04 16:03:27 +01:00 |
|
Martin Aeschlimann
|
0211038211
|
[json] increase rangeFormatting editLimit to 10000 (for #97138)
|
2020-10-15 15:37:51 +02:00 |
|
Johannes Rieken
|
5b8aeeb1f0
|
copy paste is hard...
|
2020-08-28 15:00:52 +02:00 |
|
Johannes Rieken
|
bc3b0defe0
|
use extensionUri and joinPath instead of asAbsolutePath
|
2020-08-28 14:57:20 +02:00 |
|
Martin Aeschlimann
|
4c030c46d4
|
[json] run serverless
|
2020-06-11 18:32:24 +02:00 |
|
Martin Aeschlimann
|
6af2987903
|
html/json: compute server module without server package.json
|
2020-06-11 14:59:56 +02:00 |
|
Martin Aeschlimann
|
22aaa30490
|
[json] offline mode, don't show resolve errors. Fixes #96083
|
2020-06-04 16:34:52 +02:00 |
|
Martin Aeschlimann
|
e045073284
|
json.schemaDownload.enable prevents vscode schemas from beeing fetched. #96083
|
2020-05-14 11:23:50 +02:00 |
|
Martin Aeschlimann
|
8a97cbb47d
|
[json] Add setting to disable downloading JSON schemas. Fixes #96083
|
2020-05-06 18:58:59 +02:00 |
|
Martin Aeschlimann
|
8d23203c65
|
fix compile error
|
2020-04-14 17:59:41 +02:00 |
|
Martin Aeschlimann
|
951164ae96
|
product icons definition files: show icon in hover
|
2020-04-14 17:46:12 +02:00 |
|
Martin Aeschlimann
|
11c130357b
|
[json] Problems loading reference with schema service. Fixes #92353
|
2020-03-12 23:14:11 +01:00 |
|
Martin Aeschlimann
|
0da9f3f250
|
[json] Trying to set local JSON Schema file, generates empty files while typing the filename. Fixes #92300
|
2020-03-11 15:28:14 +01:00 |
|
Martin Aeschlimann
|
785eb0872a
|
jsonValidation takes an array for fileMatch
|
2020-03-06 16:31:48 +01:00 |
|
Martin Aeschlimann
|
27aaa79d52
|
Don't use rootPath in built-in extension. For #90562
|
2020-02-18 14:24:11 +01:00 |
|
Martin Aeschlimann
|
ce31ace9d9
|
[json] avoid too many deltas (#79014) & update dependencies
|
2020-01-22 15:51:39 +01:00 |
|
Johannes Rieken
|
430de16fef
|
fix compilos and adopt proposed api usage, #10266
|
2020-01-16 17:52:18 +01:00 |
|
Martin Aeschlimann
|
1ce943831d
|
[json] mention setting to change limit
|
2019-12-04 15:57:54 +01:00 |
|
Martin Aeschlimann
|
669d0ab44e
|
[json] make result limit configurable. Fixes #84259
|
2019-12-04 15:41:02 +01:00 |
|
Martin Aeschlimann
|
5f1b81b497
|
[css/html/json] provide replace & insert proposals
|
2019-12-02 21:43:59 +01:00 |
|
Martin Aeschlimann
|
7887f81b80
|
[json] improved error message
|
2019-10-31 15:10:31 +01:00 |
|
Martin Aeschlimann
|
4bdb7355f7
|
[json] fix azure telemetry
|
2019-10-31 12:43:33 +01:00 |
|
Martin Aeschlimann
|
223076ac54
|
[json] support result limits
|
2019-10-28 20:23:16 +01:00 |
|
Martin Aeschlimann
|
078acb7872
|
JSON formatting often fails at first. Fixes #71652
|
2019-09-30 12:25:57 +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 |
|
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 |
|
Benjamin Pasero
|
c6d9e8ea64
|
status - push proposed API for statusbar id/name and adopt
|
2019-06-14 11:52:39 +02:00 |
|
Sandeep Somavarapu
|
f329277979
|
- Define Machine Settings: Schema, Environment
- Scope machine settings
- Make remote settings scoped to machine settings
|
2019-04-10 18:25:13 +02:00 |
|
Johannes Rieken
|
4f8dbd4544
|
use a parent pointer instead of 2d array, #67872
|
2019-03-12 10:04:06 +01:00 |
|