File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,11 @@ export async function activate(context: vscode.ExtensionContext) {
217
217
} ) ;
218
218
219
219
registerArduinoCommand ( "arduino.selectProgrammer" , async ( ) => {
220
- // TODO EW: this guard does not prevent building when setting the programmer
220
+ // Note: this guard does not prevent building while setting the
221
+ // programmer. But when looking at the code of selectProgrammer
222
+ // it seems not to be possible to trigger building while setting
223
+ // the programmer. If the timed IntelliSense analysis is triggered
224
+ // this is not a problem, since it doesn't use the programmer.
221
225
if ( ! arduinoContextModule . default . arduinoApp . building ) {
222
226
try {
223
227
await arduinoContextModule . default . arduinoApp . programmerManager . selectProgrammer ( ) ;
You can’t perform that action at this time.
0 commit comments