2020-10-05 22:01:35 +02:00
|
|
|
{
|
|
|
|
|
"workbench.colorTheme": "Visual Studio Light",
|
|
|
|
|
"vim.neovimPath": "/usr/bin/nvim",
|
|
|
|
|
"explorer.confirmDelete": false,
|
|
|
|
|
"window.zoomLevel": 0,
|
|
|
|
|
"terraform.telemetry.enabled": false,
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"vim.gdefault": true,
|
|
|
|
|
"vim.visualstar": true,
|
|
|
|
|
"vim.enableNeovim": true,
|
|
|
|
|
"git.detectSubmodulesLimit": 50,
|
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
|
"editor.fontFamily": "'Inconsolata','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
|
|
|
|
"editor.accessibilitySupport": "off",
|
|
|
|
|
"editor.lineNumbers": "relative",
|
|
|
|
|
"editor.mouseWheelZoom": true,
|
|
|
|
|
"editor.renderWhitespace": "none",
|
|
|
|
|
"editor.cursorSurroundingLines": 7,
|
|
|
|
|
"editor.minimap.renderCharacters": false,
|
|
|
|
|
"editor.minimap.showSlider": "always",
|
|
|
|
|
"editor.minimap.size": "fill",
|
|
|
|
|
"files.eol": "\n",
|
|
|
|
|
"files.hotExit": "off",
|
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
|
"workbench.enableExperiments": false,
|
|
|
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
|
|
|
"workbench.activityBar.visible": false,
|
|
|
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
|
|
|
"workbench.tree.indent": 12,
|
|
|
|
|
"window.menuBarVisibility": "toggle",
|
|
|
|
|
"window.title": "${rootName}${separator}${dirty}${activeEditorShort}${separator}VSCode",
|
|
|
|
|
"explorer.confirmDragAndDrop": false,
|
|
|
|
|
"explorer.incrementalNaming": "smart",
|
|
|
|
|
"search.smartCase": true,
|
|
|
|
|
"extensions.ignoreRecommendations": true,
|
2020-12-10 02:38:09 +01:00
|
|
|
"terminal.external.linuxExec": "alacritty",
|
2020-10-05 22:01:35 +02:00
|
|
|
"problems.showCurrentInStatus": true,
|
|
|
|
|
"problems.decorations.enabled": false,
|
|
|
|
|
"update.mode": "none",
|
|
|
|
|
"telemetry.enableCrashReporter": false,
|
|
|
|
|
"telemetry.enableTelemetry": false,
|
|
|
|
|
"ansible.dockerImage": "",
|
|
|
|
|
"vim.cursorStylePerMode.normal": "block",
|
|
|
|
|
"vim.cursorStylePerMode.insert": "line",
|
|
|
|
|
"vim.cursorStylePerMode.replace": "underline",
|
|
|
|
|
"vim.easymotion": true,
|
|
|
|
|
"vim.hlsearch": true,
|
|
|
|
|
"vim.leader": "<space>",
|
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
|
"statusBar.background": "#005f5f",
|
|
|
|
|
"statusBar.noFolderBackground": "#005f5f",
|
|
|
|
|
"statusBar.debuggingBackground": "#005f5f"
|
|
|
|
|
},
|
|
|
|
|
"vim.vimrc.enable": true,
|
|
|
|
|
"editor.fontSize": 15,
|
|
|
|
|
"rust-client.disableRustup": true,
|
|
|
|
|
"rust-client.autoStartRls": false,
|
|
|
|
|
"terminal.integrated.mouseWheelScrollSensitivity": 3
|
|
|
|
|
}
|