mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
FBT: Start debug session quicker --nobuild
This commit is contained in:
5
.vscode/example/launch.json
vendored
5
.vscode/example/launch.json
vendored
@@ -11,9 +11,10 @@
|
||||
"args": {
|
||||
"useSingleResult": true,
|
||||
"env": {
|
||||
"PATH": "${workspaceFolder}${command:extension.commandvariable.envListSep}${env:PATH}"
|
||||
"PATH": "${workspaceFolder}${command:extension.commandvariable.envListSep}${env:PATH}",
|
||||
"FBT_NO_SYNC": "1"
|
||||
},
|
||||
"command": "fbt -s get_blackmagic",
|
||||
"command": "fbt -s get_blackmagic SKIP_EXTERNAL=1",
|
||||
"description": "Get Blackmagic device"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user