Skip to content

Commit 6a7ab6b

Browse files
committed
Fixed incorrect intellisense mode
1 parent 32e4eaa commit 6a7ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"compilerPath": "/usr/bin/gcc",
1212
"cStandard": "c99",
1313
"cppStandard": "c++20",
14-
"intelliSenseMode": "linux-gcc-x86"
14+
"intelliSenseMode": "linux-gcc-x64"
1515
}
1616
],
1717
"version": 4

0 commit comments

Comments
 (0)