just a log

This commit is contained in:
Giacomo Cusinato
2025-11-05 18:32:06 +01:00
parent 93d27ea72a
commit ad6df0d9e4

View File

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