mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Added minecraft path config option
This commit is contained in:
parent
83f699f797
commit
ab105f2e8e
1 changed files with 7 additions and 2 deletions
|
@ -43,12 +43,17 @@
|
|||
"mcglsl.glslangValidatorPath": {
|
||||
"type": "string",
|
||||
"default": "glslangValidator",
|
||||
"description": "The path to the glslangValidator executable. Default value assumes its in your PATH"
|
||||
"description": "The path to the glslangValidator executable. Default value assumes its in your PATH."
|
||||
},
|
||||
"mc.glsl.lintOnType": {
|
||||
"mcglsl.lintOnType": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether or not to lint while typing. Can decrease performance."
|
||||
},
|
||||
"mcglsl.minecraftPath": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Absolute path to your Minecraft installation folder. The shaderpacks folder will be derived from this."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue