vscode minor updates

- add cmake language support to recommend extensions
 - jlink debug add stm32f427 svd
 - gitignore updates for vscode
This commit is contained in:
Daniel Agar 2019-03-17 11:03:18 -04:00
parent 164fe00df7
commit e4967a9502
3 changed files with 9 additions and 3 deletions

5
.gitignore vendored
View File

@ -64,3 +64,8 @@ posix-configs/SITL/init/test/*_generated
*.gcov
.coverage
.coverage.*
.vscode/.cortex-debug.peripherals.state.json
.vscode/.cortex-debug.registers.state.json
.vscode/c_cpp_properties.json

View File

@ -2,11 +2,12 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"github.vscode-pull-request-github",
"chiehyu.vscode-astyle",
"github.vscode-pull-request-github",
"marus25.cortex-debug",
"ms-python.python",
"ms-vscode.cpptools",
"twxs.cmake",
"vector-of-bool.cmake-tools"
]
}

2
.vscode/launch.json vendored
View File

@ -106,7 +106,7 @@
"type": "cortex-debug",
"servertype": "jlink",
"device": "STM32F427VI",
//"svdFile": "",
"svdFile": "${workspaceRoot}/../cmsis-svd/data/STMicro/STM32F427.svd",
"interface": "swd",
"ipAddress": null,
"serialNumber": null