From 6cadd47679e040c61634f676722c4f75e3cf1fb0 Mon Sep 17 00:00:00 2001 From: M4xw Date: Thu, 23 Sep 2021 13:41:11 +0200 Subject: [PATCH] Lets not expect every vscode user on windows to use msys They can change it locally --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 82622112e2..56fc7ee6bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,9 @@ { - "terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe", + /*"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe", "terminal.integrated.env.windows": { "PATH": "/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:$PATH", "MSYSTEM": "MINGW64", - }, + },*/ "terminal.integrated.cursorBlinking": true, "editor.tabSize": 3, "editor.detectIndentation": false,