diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 22:46:32 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 22:46:32 -0600 |
commit | 698a8a7f30b2a22672b677078fcfe5ac698020da (patch) | |
tree | fb4d9096733b9dba52620f72fe1d3fe22ed53626 /vscode | |
parent | 3991ac66a5269986b066338c404daea026b4ecbb (diff) | |
download | dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar.gz dotfiles-698a8a7f30b2a22672b677078fcfe5ac698020da.tar.bz2 |
some more x scripts
Diffstat (limited to 'vscode')
-rw-r--r-- | vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vscode/settings.json b/vscode/settings.json index 78fc3e4..262a3a3 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -40,6 +40,7 @@ "vim.hlsearch": true, "workbench.startupEditor": "none", "workbench.sideBar.location": "right", + "window.restoreWindows": "none", "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["<leader>", "h"], @@ -65,5 +66,8 @@ "workbench.action.navigateRight" ] } - ] + ], + "debug.onTaskErrors": "showErrors", + "explorer.confirmDelete": false, + "errorLens.messageMaxChars": 200 }
\ No newline at end of file |