Hide UID files in VSCode

This commit is contained in:
2025-01-19 22:10:08 -06:00
parent 163c37ffe3
commit 43d6f58763
7 changed files with 55 additions and 25 deletions

View File

@@ -2,5 +2,8 @@
"godotTools.editorPath.godot4": "/var/lib/flatpak/app/org.godotengine.Godot/current/active/export/bin/org.godotengine.Godot",
"terminal.integrated.tabs.enabled": false,
"editor.insertSpaces": false,
"editor.tabSize": 4
"editor.tabSize": 4,
"files.exclude": {
"**/*.uid": true
},
}