mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"update.showReleaseNotes": false,
|
|
"window.menuBarVisibility": "toggle",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"workbench.colorTheme": "GitHub Dark",
|
|
"workbench.sideBar.location": "right",
|
|
"workbench.editor.untitled.hint": "hidden",
|
|
"workbench.startupEditor": "none",
|
|
"workbench.panel.defaultLocation": "left",
|
|
"workbench.activityBar.visible": false,
|
|
"explorer.compactFolders": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"explorer.confirmDelete": false,
|
|
// "editor.cursorSmoothCaretAnimation": true,
|
|
"editor.fontFamily": "'Jetbrains Mono', monospace",
|
|
"editor.hover.enabled": true,
|
|
"editor.minimap.enabled": false,
|
|
"editor.suggestSelection": "first",
|
|
"editor.smoothScrolling": true,
|
|
"editor.mouseWheelZoom": true,
|
|
"editor.formatOnPaste": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.tabCompletion": "on",
|
|
"editor.wordWrap": "off",
|
|
"editor.fontSize": 14,
|
|
"editor.tabSize": 4,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.quickOpen.includeHistory": false,
|
|
"gitlens.codeLens.enabled": true,
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"git.enableSmartCommit": true,
|
|
"extensions.ignoreRecommendations": true,
|
|
"docker.showStartPage": false,
|
|
"prettier.semi": false,
|
|
"javascript.suggestionActions.enabled": false,
|
|
"typescript.suggestionActions.enabled": false,
|
|
"files.exclude": {
|
|
"**/.cache": true,
|
|
"**/node_modules": true,
|
|
"**/env": true
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2
|
|
},
|
|
"vim.useSystemClipboard": true,
|
|
"editor.inlineSuggest.enabled": true,
|
|
}
|