Hide UID files in VSCode
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -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
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user