Added minecraft path config option

This commit is contained in:
Noah Santschi-Cooney 2018-05-31 23:16:03 +01:00
parent 83f699f797
commit ab105f2e8e
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -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."
}
}
}