Folders, Extensions
This commit is contained in:
parent
08410f3a6e
commit
8a6863dd7c
2 changed files with 18 additions and 7 deletions
11
Bananenkeyboard.code-workspace
Normal file
11
Bananenkeyboard.code-workspace
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "touchcontroller"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
14
touchcontroller/.vscode/extensions.json
vendored
14
touchcontroller/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue