From 2a44f5bf11884813e609344ed565327b81711dd4 Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 17 Oct 2022 15:33:49 +0100 Subject: [PATCH] Abort if debug errors occur in project settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4beb35f..02f06b3 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,4 +14,5 @@ "git.detectSubmodulesLimit": 0, "git.ignoreSubmodules": true, + "debug.onTaskErrors": "abort", }