73 lines
2.8 KiB
JSON
73 lines
2.8 KiB
JSON
{
|
|
"ansible.dockerImage": "",
|
|
"editor.accessibilitySupport": "off",
|
|
"editor.cursorSurroundingLines": 7,
|
|
"editor.fontFamily": "'Droid Sans Mono'",
|
|
"editor.formatOnSave": true,
|
|
"editor.lineNumbers": "off",
|
|
"editor.minimap.showSlider": "always",
|
|
"editor.renderWhitespace": "none",
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"explorer.incrementalNaming": "smart",
|
|
"extensions.ignoreRecommendations": true,
|
|
"files.eol": "\n",
|
|
"files.hotExit": "off",
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"git.detectSubmodulesLimit": 50,
|
|
"problems.decorations.enabled": false,
|
|
"problems.showCurrentInStatus": true,
|
|
"rust-client.autoStartRls": false,
|
|
"rust-client.disableRustup": true,
|
|
"search.smartCase": true,
|
|
"telemetry.enableCrashReporter": false,
|
|
"telemetry.enableTelemetry": false,
|
|
"terminal.external.linuxExec": "",
|
|
"terminal.integrated.mouseWheelScrollSensitivity": 3,
|
|
"terraform.telemetry.enabled": false,
|
|
"update.mode": "none",
|
|
"vim.cursorStylePerMode.insert": "line",
|
|
"vim.cursorStylePerMode.normal": "block",
|
|
"vim.cursorStylePerMode.replace": "underline",
|
|
"vim.easymotion": true,
|
|
"vim.enableNeovim": true,
|
|
"vim.gdefault": true,
|
|
"vim.hlsearch": true,
|
|
"vim.leader": "<space>",
|
|
"vim.neovimPath": "/usr/bin/nvim",
|
|
"vim.vimrc.enable": true,
|
|
"vim.visualstar": true,
|
|
"editor.wordWrap": "off",
|
|
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
|
|
"window.menuBarVisibility": "toggle",
|
|
"window.title": "[code] ${rootName}${separator}${dirty}${activeEditorShort}${separator}VSCode",
|
|
"workbench.colorCustomizations": {
|
|
"statusBar.background": "#005f5f",
|
|
"statusBar.noFolderBackground": "#005f5f",
|
|
"statusBar.debuggingBackground": "#005f5f"
|
|
},
|
|
"workbench.enableExperiments": false,
|
|
"workbench.iconTheme": "Monokai Classic Icons",
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
"workbench.tree.indent": 14,
|
|
"security.workspace.trust.enabled": false,
|
|
"scm.inputFontSize": 12,
|
|
"debug.console.fontSize": 12,
|
|
"terminal.integrated.fontSize": 12,
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontWeight": "normal",
|
|
"editor.cursorStyle": "block",
|
|
"editor.minimap.renderCharacters": false,
|
|
"editor.minimap.size": "fit",
|
|
"workbench.colorTheme": "Monokai Classic",
|
|
"workbench.tree.renderIndentGuides": "always",
|
|
"breadcrumbs.icons": false,
|
|
"window.titleSeparator": " — ",
|
|
"explorer.excludeGitIgnore": true,
|
|
"puppet.editorService.formatOnType.enable": true,
|
|
"puppet.installType": "agent",
|
|
"puppet.installDirectory": "/usr/bin/puppet",
|
|
"window.zoomLevel": 0.1,
|
|
"workbench.activityBar.visible": false
|
|
} |