gamo-gd/.vscode/settings.json

9 lines
200 B
JSON
Raw Normal View History

{
// The following will hide the js and map files in the editor
"files.exclude": {
"**/*.uid": true,
"**/*.tscn": true,
},
"godotTools.editorPath.godot4": "/home/wynd/.local/bin/godot4.5.1"
}