vscode initial configuration (#10911)

This commit is contained in:
Daniel Agar
2018-12-04 23:11:36 -05:00
committed by GitHub
parent 3a036021ba
commit a5fa3eda30
7 changed files with 122 additions and 2 deletions

11
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
// 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",
"marus25.cortex-debug",
"vector-of-bool.cmake-tools"
]
}