Adding keepLines feature to the settings (#154790)

* Adding the keepLines feature into the settings so the user can format while keeping the original line positions in json documents

* update service

* update dependencies

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
This commit is contained in:
Aiday Marlen Kyzy
2022-07-12 09:59:33 +02:00
committed by GitHub
parent c71e78d3d6
commit 47a1f80c65
7 changed files with 46 additions and 32 deletions

View File

@@ -12,10 +12,10 @@
},
"main": "./out/node/jsonServerMain",
"dependencies": {
"jsonc-parser": "^3.0.0",
"jsonc-parser": "^3.1.0",
"request-light": "^0.5.8",
"vscode-json-languageservice": "^5.0.0",
"vscode-languageserver": "^8.0.2-next.4",
"vscode-json-languageservice": "^5.1.0",
"vscode-languageserver": "^8.0.2-next.5",
"vscode-uri": "^3.0.3"
},
"devDependencies": {