Skip to content

Commit

Permalink
VS Code tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Sep 30, 2024
1 parent 141e5e4 commit 3414805
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .vscode-mac.keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@
"key": "shift+cmd+e",
"command": "workbench.explorer.fileView.focus"
},
{
"key": "ctrl+cmd+r",
"command": "godot-tool.run_project"
},
{
"key": "ctrl+shift+\\",
"command": "workbench.action.openQuickChat.copilot"
Expand Down Expand Up @@ -390,11 +386,15 @@
{
"key": "ctrl+shift+cmd+r",
"command": "workbench.action.reloadWindow",
"when": "isDevelopment"
"when": "false"
},
{
"key": "cmd+r",
"command": "-workbench.action.reloadWindow",
"when": "isDevelopment"
},
{
"key": "ctrl+cmd+r",
"command": "typescript.restartTsServer"
}
]
15 changes: 11 additions & 4 deletions .vscode-mac.settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"python.formatting.provider": "black",
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down Expand Up @@ -100,6 +104,7 @@
"terminal.integrated.fontWeightBold": "normal",
"typescript.disableAutomaticTypeAcquisition": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.tsdk": "node_modules/typescript/lib",
"vim.foldfix": false,
"vim.leader": ",",
"vim.neovimPath": "/opt/homebrew/bin/nvim",
Expand Down Expand Up @@ -183,11 +188,9 @@
}
},
"outline.collapseItems": "alwaysCollapse",
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.density.editorTabHeight": "compact",
"workbench.activityBar.location": "hidden",
"godot_tools.editor_path": "/Applications/Godot.app/Contents/MacOS/Godot",
"workbench.editor.tabActionCloseVisibility": false,
Expand All @@ -202,12 +205,16 @@
"images/${fileName}": ""
},
"files.trimTrailingWhitespace": true,
"typescript.autoClosingTags": false,
"debug.onTaskErrors": "showErrors",
"godotTools.editorPath.godot3": "/Applications/Godot.app/Contents/MacOS/Godot",
"godotTools.editorPath.godot4": "/Applications/Godot.app/Contents/MacOS/Godot",
"github.copilot.editor.enableAutoCompletions": true,
"arduino.logLevel": "verbose",
"arduino.path": "/opt/homebrew/bin/arduino-cli",
"arduino.commandPath": "/opt/homebrew/bin/arduino-cli"
"arduino.commandPath": "/opt/homebrew/bin/arduino-cli",
"workbench.editor.wrapTabs": true,
"window.density.editorTabHeight": "compact",
"typescript.tsserver.maxTsServerMemory": 15000,
"typescript.tsserver.log": "off",
"typescript.tsserver.web.typeAcquisition.enabled": false
}

0 comments on commit 3414805

Please sign in to comment.