51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"keyboard.dispatch": "keyCode",
|
|
"rust-analyzer.lens.implementations.enable": false,
|
|
"godot_tools.gdscript_lsp_server_port": 6005,
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": {
|
|
"path": "bash",
|
|
"icon": "terminal-bash",
|
|
"args": ["--login"]
|
|
}
|
|
},
|
|
"editor.fontLigatures": true,
|
|
"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.enabled": "offUnlessPressed",
|
|
"workbench.colorTheme": "Night Coder Ash Contrast",
|
|
"gitdoc.autoCommitDelay": 3000,
|
|
"workbench.iconTheme": "catppuccin-frappe",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"window.menuBarVisibility": "hidden",
|
|
"workbench.startupEditor": "none",
|
|
"editor.rulers": [80],
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"vim.useSystemClipboard": true,
|
|
"python.languageServer": "None",
|
|
"debug.onTaskErrors": "abort",
|
|
"extensions.experimental.affinity": {
|
|
"asvetliakov.vscode-neovim": 1
|
|
},
|
|
"remote.autoForwardPortsSource": "hybrid"
|
|
}
|