9 lines
200 B
JSON
9 lines
200 B
JSON
|
|
{
|
||
|
|
// 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"
|
||
|
|
}
|