You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed premature `programmer` check from the IDE. Let the CLI handle
if no programmer is selected.
A platform might have zero programmers.
For example, `Raspberry Pi Pico boards`, `STM32`, etc.
Signed-off-by: Akos Kitta <[email protected]>
Copy file name to clipboardExpand all lines: i18n/en.json
-1
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,6 @@
213
213
"debuggingNotSupported": "Debugging is not supported by '{0}'",
214
214
"getDebugInfo": "Getting debug info...",
215
215
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
216
-
"noProgrammerSelectedFor": "No programmer selected for '{0}'",
217
216
"optimizeForDebugging": "Optimize for Debugging",
218
217
"sketchIsNotCompiled": "Sketch '{0}' must be verified before starting a debug session. Please verify the sketch and start debugging again. Do you want to verify the sketch now?"
0 commit comments