mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-05 14:10:13 +03:00
Add option to disable syntax checking for GDScript
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user