mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-21 09:08:32 +00:00
editor.quicksSuggestions.other defaults off
This commit is contained in:

committed by
Francesco Stasi

parent
067cc8766a
commit
6dadd1775a
@@ -87,7 +87,7 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
|
||||
if (!AttachedBoardsChangeEvent.isEmpty(event)) {
|
||||
this.logger.info('Attached boards and available ports changed:');
|
||||
this.logger.info(AttachedBoardsChangeEvent.toString(event));
|
||||
this.logger.info(`------------------------------------------`);
|
||||
this.logger.info('------------------------------------------');
|
||||
}
|
||||
this._attachedBoards = event.newState.boards;
|
||||
this._availablePorts = event.newState.ports;
|
||||
|
Reference in New Issue
Block a user