Updated config

This commit is contained in:
2024-01-22 15:04:33 +01:00
parent 4e74495124
commit 8998a54e82
12 changed files with 138 additions and 13 deletions

View File

@ -29,6 +29,7 @@
"godot_tools.gdscript_lsp_server_port": 6005,
"godot_tools.editor_path": "/usr/bin/godot",
"security.workspace.trust.enabled": false,
"svelte.enable-ts-plugin": true,
"telemetry.telemetryLevel": "off",
"window.menuBarVisibility": "hidden",
"window.zoomLevel": 1,
@ -39,5 +40,5 @@
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false
"workbench.statusBar.visible": false,
}