aboutsummaryrefslogtreecommitdiff
path: root/vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'vscode/settings.json')
-rw-r--r--vscode/settings.json6
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