Init Shared Repo
This commit is contained in:
7
BlinkiWithDebuggingWorking/.vscode/extensions.json
vendored
Normal file
7
BlinkiWithDebuggingWorking/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
13
BlinkiWithDebuggingWorking/.vscode/tasks.json
vendored
Normal file
13
BlinkiWithDebuggingWorking/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug",
|
||||
"problemMatcher": [
|
||||
"$platformio"
|
||||
],
|
||||
"label": "PlatformIO: Build in debug mode"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user