8b4ccf9bd1
修复了在trap.c中设断点无效的问题; 修复了trap.c无法显示trap.h中的代码提示的问题。
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/labcodes_answer/**/"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |