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 e2bab9b commit d047d72Copy full SHA for d047d72
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