Compare commits

..

1 Commits

Author SHA1 Message Date
Giacomo Cusinato
ad6df0d9e4 just a log 2025-11-05 18:32:06 +01:00

View File

@@ -44,6 +44,7 @@ export class ConfigServiceClient implements FrontendApplicationContribution {
}
onStart(): void {
console.log('just a test');
this.notificationCenter.onConfigDidChange((config) => this.use(config));
}