修改实验路径

This commit is contained in:
2024-09-25 21:39:26 +08:00
parent bd3b0aeaa8
commit 1f374da801
3 changed files with 16 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++"
}
],
"version": 4
}