xiandie/.vscode/settings.json

33 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-12-23 01:30:31 +00:00
{
2025-01-29 14:05:27 +00:00
"workbench.colorTheme":"Monospace Light",
2024-12-23 01:30:31 +00:00
"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/"
]
}
}