33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"workbench.colorTheme":"Bluloco Dark Godot",
|
|
"editor.fontFamily": "'Consolas'",
|
|
"editor.fontSize": 13,
|
|
"debug.console.fontSize": 13,
|
|
"terminal.integrated.fontSize": 13,
|
|
"chat.editor.fontSize": 13,
|
|
"workbench.sideBar.location": "left",
|
|
"project":"/Users/paul/Documents/dev/godot/MountainsAndSeas",
|
|
"cmake.configureOnOpen": true,
|
|
"godotTools.editorPath.godot4": "/Applications/Godot.app/Contents/MacOS/Godot",
|
|
// "godotTools.editorPath.godot4": "/Users/paul/Documents/dev/godot/godot/bin/godot.macos.editor.arm64",
|
|
// "godotTools.editorPath.godot4": "/opt/homebrew/bin/godot",
|
|
"godotTools.lsp.serverHost": "localhost",
|
|
"godotTools.lsp.serverPort": 6005,
|
|
"godotTools.lsp.serverProtocol": "tcp",
|
|
"editor.indentSize": "tabSize",
|
|
"godotFiles.godotCachePath": {
|
|
"win32": [
|
|
"%LOCALAPPDATA%/Godot/",
|
|
"~/AppData/Local/Godot/",
|
|
"%TEMP%/Godot/"
|
|
],
|
|
"darwin": [
|
|
"~/Library/Caches/Godot/"
|
|
],
|
|
"linux": [
|
|
"~/.cache/godot/",
|
|
"~/.var/app/org.godotengine.GodotSharp/cache/godot/",
|
|
"~/.var/app/org.godotengine.Godot/cache/godot/"
|
|
]
|
|
}
|
|
} |