added gtextension syntax to vscode

This commit is contained in:
2023-12-23 14:20:20 +01:00
parent 9f1395c6a7
commit 37c679d1bc

View File

@@ -61,7 +61,8 @@
"xstring": "cpp", "xstring": "cpp",
"xtr1common": "cpp", "xtr1common": "cpp",
"xtree": "cpp", "xtree": "cpp",
"xutility": "cpp" "xutility": "cpp",
"*.gdextension": "config-definition"
}, },
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.black-formatter" "editor.defaultFormatter": "ms-python.black-formatter"