aboutsummaryrefslogtreecommitdiff
path: root/mwe/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'mwe/.vscode/settings.json')
-rw-r--r--mwe/.vscode/settings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/mwe/.vscode/settings.json b/mwe/.vscode/settings.json
new file mode 100644
index 0000000..c7913ab
--- /dev/null
+++ b/mwe/.vscode/settings.json
@@ -0,0 +1,11 @@
+{
+ "files.associations": {
+ "variant": "cpp",
+ "*.tcc": "cpp",
+ "string": "cpp",
+ "unordered_map": "cpp",
+ "string_view": "cpp",
+ "ostream": "cpp",
+ "iostream": "cpp"
+ }
+}