mirror of
https://git.nju.edu.cn/oslab2023/oslab.git
synced 2024-06-13 04:44:31 +08:00
15 lines
379 B
JSON
15 lines
379 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"intelliSenseMode": "linux-gcc-x86",
|
|
"compilerPath": "/usr/bin/gcc"
|
|
//"compileCommands": "${workspaceFolder}/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |