diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 565c3cf..0dadf29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ "args": [ "-defterm", "-no-start", "-mingw64", "-shell", "sh", "-here" ], "icon": "terminal-bash" } - } + }, + "cmake.configureOnOpen": false } |