mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Add configuration to ignore indented vairables
Fix hover tip render error with code examples in documentation Do not parse any symbols in comments Remove test files in last commit
This commit is contained in:
@@ -60,6 +60,11 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Render workspace documentations as markdown content"
|
||||
},
|
||||
"GodotTools.ignoreIndentedVars": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Only parse variables without indents in GDScript"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user