Skip to content

Commit 95bd6ff

Browse files
NikolasKomonenfbricon
authored andcommitted
Cache directory preference
Fixes #120 Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 2cc711e commit 95bd6ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@
180180
"description": "Specifies extra VM arguments used to launch the XML Language Server. Eg. use `-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication` to bypass class verification, increase the heap size to 1GB and enable String deduplication with the G1 Garbage collector",
181181
"scope": "window"
182182
},
183+
"xml.server.workDir": {
184+
"type": "string",
185+
"default": "~/.lsp4xml",
186+
"description": "Set a custom folder path for cached XML Schemas. An absolute path is expected, although the ~ prefix (for the user home directory) is supported.",
187+
"scope": "window"
188+
},
183189
"xml.validation.noGrammar": {
184190
"type": "string",
185191
"enum": [

0 commit comments

Comments
 (0)