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 93d27ea commit ad6df0dCopy full SHA for ad6df0d
arduino-ide-extension/src/browser/config/config-service-client.ts
@@ -44,6 +44,7 @@ export class ConfigServiceClient implements FrontendApplicationContribution {
44
}
45
46
onStart(): void {
47
+ console.log('just a test');
48
this.notificationCenter.onConfigDidChange((config) => this.use(config));
49
50
0 commit comments