From 698a8a7f30b2a22672b677078fcfe5ac698020da Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 31 May 2023 22:46:32 -0600 Subject: some more x scripts --- vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vscode/settings.json') 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": ["", "h"], @@ -65,5 +66,8 @@ "workbench.action.navigateRight" ] } - ] + ], + "debug.onTaskErrors": "showErrors", + "explorer.confirmDelete": false, + "errorLens.messageMaxChars": 200 } \ No newline at end of file -- cgit v1.2.3