增加自动配置intellisense的支持

This commit is contained in:
NeoZeng 2022-11-19 15:58:16 +08:00
parent 1a65f8a005
commit 6e5dea9db6
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@ -50,5 +50,4 @@ dkms.conf
build
./idea
.vscode/.cortex-debug.peripherals.state.json
.vscode/.cortex-debug.registers.state.json
.vscode/settings.json
.vscode/.cortex-debug.registers.state.json

View File

@ -5,4 +5,5 @@
"led_task.h": "c",
"stdinf.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}