Template files for vscode

This commit is contained in:
gator96100
2020-12-29 14:55:31 +01:00
parent 2124ef5289
commit 9e224b011b
10 changed files with 558 additions and 108 deletions

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

@@ -0,0 +1,10 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"austin.code-gnu-global",
"marus25.cortex-debug",
"augustocdias.tasks-shell-input"
]
}