We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f181c1b commit a5fdcbeCopy full SHA for a5fdcbe
arduino-ide-extension/src/browser/boards/boards-service-provider.ts
@@ -270,6 +270,7 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
270
}
271
272
protected setBoardsConfig(config: BoardsConfig.Config): void {
273
+ this.logger.debug('Board config changed: ', JSON.stringify(config));
274
this._boardsConfig = config;
275
this.latestBoardsConfig = this._boardsConfig;
276
if (this.canUploadTo(this._boardsConfig)) {
0 commit comments