dotfiles/settings.json
2023-07-21 17:34:40 +02:00

61 lines
1.7 KiB
JSON

{
"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": {
"<C-w>": false
},
"editor.fontFamily": "FiraCode Nerd Font",
"yaml.schemas": {
"file:///home/jaroslaw/.vscode-oss/extensions/atlassian.atlascode-3.0.2-universal/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"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,
"sshfs.configs": [
{
"name": "proest"
}
],
"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",
"git.showActionButton": {
"commit": false,
"publish": false,
"sync": false
},
"git.showCommitInput": false,
"workbench.activityBar.visible": false,
"sync.gist": "ee2019552f59482a09ee3328c3a30c26",
"glassit.alpha": 220,
}