aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-04-26 16:35:45 +0200
committerlonkaars <loek@pipeframe.xyz>2022-04-26 16:35:45 +0200
commitf6272349aedb3c09e8e5a964f6ea4064bf9a2e0a (patch)
tree49f9fcbe3c69019d8c02e30a3347754428185e31 /.vscode
parentea02c1f4c1e534e3df35b563eef4f8ee3b256253 (diff)
parent0ff0f873d3ecd387a6d3244c8045b80d56402e7d (diff)
merge conflict
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..565c3cf
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,10 @@
+{
+ "terminal.integrated.defaultProfile.windows": "MSYS2 MinGW x64",
+ "terminal.integrated.profiles.windows": {
+ "MSYS2 MinGW x64": {
+ "path": [ "C:/msys64/msys2_shell.cmd" ],
+ "args": [ "-defterm", "-no-start", "-mingw64", "-shell", "sh", "-here" ],
+ "icon": "terminal-bash"
+ }
+ }
+}