1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 22:51:26 +00:00

fixed file open error, it works!

This commit is contained in:
bpmcgeeney
2021-11-04 17:41:20 -07:00
parent cce72b9114
commit 05663a5ac7
3 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"wayou.vscode-todo-highlight",
"platformio.platformio-ide",
"usernamehw.errorlens",
"platformio.platformio-ide"
"wayou.vscode-todo-highlight"
]
}
}