Skip to content

Commit

Permalink
Order configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jun 15, 2024
1 parent 3f4b6fc commit 19117bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"witcherscript-ide.gameDirectory": {
"type": "string",
"default": "",
"order": 0,
"markdownDescription": "Path to Witcher 3's root game directory (containing bin, content, Mods folders etc.). This will effectively add `content` and `Mods` folders to content repositories."
},
"witcherscript-ide.contentRepositories": {
Expand All @@ -68,21 +69,25 @@
"type": "string"
},
"default": [],
"order": 1,
"markdownDescription": "Paths to custom directories containing WitcherScript contents."
},
"witcherscript-ide.languageServer.enable": {
"type": "boolean",
"default": true,
"order": 2,
"markdownDescription": "Enable the language server. You can disable this if you only want syntax highlighting (change requires extension reload)."
},
"witcherscript-ide.languageServer.syntaxAnalysis": {
"type": "boolean",
"default": true,
"order": 3,
"markdownDescription": "Enables syntax analysis in the language server."
},
"witcherscript-ide.debug.enableDebugFeatures": {
"type": "boolean",
"default": false,
"order": 4,
"markdownDescription": "Enable debug features (change requires extension reload)."
}
}
Expand Down

0 comments on commit 19117bf

Please sign in to comment.