Skip to content

Commit 8267d15

Browse files
committed
update .vscode
1 parent edb93aa commit 8267d15

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.vscode/settings.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"editor.formatOnSave": true,
1010
"C_Cpp.default.compilerPath": "/usr/local/bin/g++-13 ",
1111
"C_Cpp.clang_format_fallbackStyle": "Google",
12-
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
12+
"C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
1313
"files.insertFinalNewline": true,
1414
"editor.tabSize": 4,
1515
"python.pythonPath": "/usr/bin/python3",
@@ -43,7 +43,22 @@
4343
"string_view": "cpp",
4444
"source_location": "cpp",
4545
"random": "cpp",
46-
"cmath": "cpp"
46+
"cmath": "cpp",
47+
"iosfwd": "cpp",
48+
"complex": "cpp",
49+
"__bit_reference": "cpp",
50+
"__hash_table": "cpp",
51+
"__split_buffer": "cpp",
52+
"__tree": "cpp",
53+
"filesystem": "cpp",
54+
"map": "cpp",
55+
"regex": "cpp",
56+
"set": "cpp",
57+
"string": "cpp",
58+
"rope": "cpp",
59+
"format": "cpp",
60+
"stacktrace": "cpp",
61+
"__locale": "cpp"
4762
},
4863
"[python]": {
4964
"editor.defaultFormatter": "ms-python.autopep8"

0 commit comments

Comments
 (0)