Add option to disable syntax checking for GDScript

This commit is contained in:
geequlim
2018-01-01 15:22:29 +08:00
parent d7ff45edac
commit 4c47fff9af
2 changed files with 12 additions and 2 deletions

View File

@@ -81,6 +81,11 @@
"type": "string",
"default": "${workspaceRoot}",
"description": "Relate path to the godot project"
},
"GodotTools.enableSyntaxChecking": {
"type": "boolean",
"default": true,
"description": "Turn on/off the syntax checking for GDScript"
}
}
},