Commit graph

242 commits

Author SHA1 Message Date
Martin Aeschlimann 23c58d4176
update request-light 2021-07-13 09:16:43 +02:00
Martin Aeschlimann cde5781978
polish webpack configs 2021-07-09 11:55:21 +02:00
Martin Aeschlimann c069d044c3
fix vertx 2021-07-08 22:22:24 +02:00
Martin Aeschlimann 7ebe6a6054
adopt web extensions to webpack 5 2021-07-08 21:41:03 +02:00
Johannes Rieken a3e07245ee
Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""
This reverts commit c5f12c7226.
2021-07-08 10:28:33 +02:00
Johannes Rieken c5f12c7226
Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
2021-07-07 18:04:11 +02:00
Johannes Rieken 99984e24a1
update to webpack@5 2021-07-02 14:08:18 +02:00
Martin Aeschlimann 9d4af438a8
[css/html/json] update services 2021-06-28 21:53:21 +02:00
Henning Dieterichs ce5023b635
Merge pull request #124015 from microsoft/hediet/refactor-language-configuration
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json
2021-06-08 16:19:10 +02:00
Martin Aeschlimann 24e1234559
[json/css/html] update services 2021-05-31 22:06:50 +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
Martin Aeschlimann 81643c948f
HTML, CSS, JSON language servers don't provide the documentFormattingProvider capability. Fixes #122994 2021-05-07 17:03:16 +02:00
Martin Aeschlimann 85eee460c2
[json] update service 2021-05-04 16:21:24 +02:00
Robo bce4d71f64
chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Martin Aeschlimann 8b15a01d8e
[json] update service 2021-04-27 00:09:54 +02:00
Martin Aeschlimann 25d716f900
[html/css/json] update dependencies 2021-04-24 14:52:34 +02:00
Sandeep Somavarapu ac151b40a5
enable virtual workspace capability 2021-04-23 10:20:23 +02:00
SteVen Batten f9fc28d47d update ext manifest schema validation and built-in exts 2021-04-21 11:54:42 -07:00
Martin Aeschlimann 6725bd3933
[json] fix for workspaceTrust 2021-04-13 14:41:04 +02:00
Martin Aeschlimann 8e8621c137 [css/json/html] add workspaceTrust property 2021-04-13 14:26:26 +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
gregvanl 975115a2cb Setting descriptions typos and formatting 2021-03-25 10:17:31 -07:00
SteVen Batten 9c00242866 updating telemetry module for built-in exts 2021-03-22 16:28:08 -07:00
Martin Aeschlimann b273be7907 publish vscode-json-languageserver@1.3.4 2021-02-22 15:03:07 +01:00
Martin Aeschlimann 3d455784e7 JSON Language Server 1.3.3 2021-02-22 15:00:18 +01:00
Martin Aeschlimann 912792b418 JSON Language Server 1.3.2 2021-02-22 14:59:27 +01:00
Martin Aeschlimann e938901e2a fix vscode-json-languageserver readme. Fixes #116720 2021-02-22 14:57:56 +01:00
João Moreno ec805db5ed
add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
João Moreno 9a5d14e307
run prettier over extensions json files 2021-01-29 15:19:18 +01:00
Martin Aeschlimann 62093ff022 [html/json/css] update services & dependencies 2021-01-25 20:17:54 +01:00
Alexandru Dima 76c974bfeb
Have a clear list of directories where yarn should be executed 2020-12-23 11:28:32 +01:00
Alexandru Dima f74ad9692f
Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01: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 0b97b6b160 [json] update dependencies 2020-11-30 22:42:58 +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 1c2005331c [json] use links for $ref, not goto definition (fixes #101474) 2020-11-03 22:30:39 +01:00
Martin Aeschlimann 0211038211 [json] increase rangeFormatting editLimit to 10000 (for #97138) 2020-10-15 15:37:51 +02:00
Martin Aeschlimann 59f4562c66 [json] update service. Fixes #97843 2020-10-14 22:20:05 +02:00
Martin Aeschlimann 0dfa897c22 JSON Language Server 1.3.1 2020-10-12 13:25:05 +02:00
Martin Aeschlimann 256d3ad405 vscode-json-languageserver crashes on start: Cannot find module '../out/jsonServerMain' . Fixes #107949 2020-10-12 13:25:05 +02:00
Martin Aeschlimann cc2a8dc177 JSON Language Server 1.3.0 2020-10-02 09:43:16 +02:00
Martin Aeschlimann 1b960248d6 document ISchemaAssociation.schema 2020-10-01 21:08:26 +02:00
Cameron Little 7cf15b2d31 Fix crash in LSP servers when initializationOptions are not provided 2020-09-30 09:01:49 +02:00
Martin Aeschlimann b03e0cb72f revert line deletion in json CONTRIBUTING 2020-09-17 13:06:17 +02:00
ChaseKnowlden 8c91bd8278 Fix Unnecessary change 2020-09-17 11:43:03 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00