aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorHoodieJeansJordans <abdaadir@gmail.com>2022-06-05 13:15:48 +0200
committerHoodieJeansJordans <abdaadir@gmail.com>2022-06-05 13:15:48 +0200
commit5692ca8c65f5f5617d6987b610e425a32c0d8e1d (patch)
treec8ba30591ec56024db506221cf03db7968c22a83 /.vscode/settings.json
parent266fd5ef0c45315fc0bf281a15630a9b4765e68c (diff)
Toevoeging Maze module.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 565c3cf..1d75503 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,5 +6,9 @@
"args": [ "-defterm", "-no-start", "-mingw64", "-shell", "sh", "-here" ],
"icon": "terminal-bash"
}
+ },
+ "files.associations": {
+ "limits": "c",
+ "orangutan_shim.h": "c"
}
}