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

@@ -85,6 +85,12 @@
"default": true,
"description": "%json.format.enable.desc%"
},
"json.format.keepLines": {
"type": "boolean",
"scope": "window",
"default": false,
"description": "%json.format.keepLines.desc%"
},
"json.trace.server": {
"type": "string",
"scope": "window",
@@ -149,7 +155,7 @@
"dependencies": {
"@vscode/extension-telemetry": "0.6.2",
"request-light": "^0.5.8",
"vscode-languageclient": "^8.0.2-next.4",
"vscode-languageclient": "^8.0.2-next.5",
"vscode-nls": "^5.0.1"
},
"devDependencies": {