0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 03:11:58 +00:00

fix: fix c++ intellisense mode

This commit is contained in:
Baoshuo Ren 2021-12-09 12:47:19 +08:00
parent 78f2f2ec6a
commit 87e101c35b
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -43,7 +43,7 @@
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64",
"intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [
"-lm",
"-O2"
@ -51,4 +51,4 @@
}
],
"version": 4
}
}