os_kernel_lab/.vscode/c_cpp_properties.json
os_lab_user 8b4ccf9bd1 修复调试环境
修复了在trap.c中设断点无效的问题;
修复了trap.c无法显示trap.h中的代码提示的问题。
2024-03-24 16:35:11 +08:00

15 lines
361 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/labcodes_answer/**/"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}