We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d080e0 commit 56898e8Copy full SHA for 56898e8
arduino-ide-extension/src/browser/boards/boards-service-provider.ts
@@ -274,6 +274,7 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
274
}
275
276
protected setBoardsConfig(config: BoardsConfig.Config): void {
277
+ this.logger.debug('Board config changed: ', JSON.stringify(config));
278
this._boardsConfig = config;
279
this.latestBoardsConfig = this._boardsConfig;
280
if (this.canUploadTo(this._boardsConfig)) {
0 commit comments