{ "keyboard.dispatch": "keyCode", "godot_tools.gdscript_lsp_server_port": 6005, "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash", "args": [ "--login" ] }, }, "editor.fontLigatures": true, "vim.handleKeys": { "": false }, "editor.fontFamily": "FiraCode Nerd Font", "git.autofetch": true, "editor.formatOnSave": true, "terminal.integrated.confirmOnExit": "always", "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "workbench.editor.enablePreview": false, "diffEditor.renderSideBySide": false, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "terminal.integrated.scrollback": 10000, "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" }, "editor.inlayHints.fontSize": 8, "editor.inlayHints.padding": true, "workbench.colorTheme": "Gruvbox Dark Hard", "gitdoc.autoCommitDelay": 3000, "workbench.iconTheme": "minimalistic-icons", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.minimap.enabled": false, "editor.renderWhitespace": "all", "window.menuBarVisibility": "toggle", "workbench.startupEditor": "none", "zenMode.fullScreen": false, "zenMode.centerLayout": false, "editor.rulers": [ 80 ] }