Skip to content

Commit 751543f

Browse files
committed
Fixed static settings provider.
1 parent d05ff64 commit 751543f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration/staticSettingsProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class StaticSettingsProvider implements ISettingsProvider {
2323
}
2424

2525
public async setSetting<T>(name: string, value: T): Promise<void> {
26+
await this.getSettings();
2627
this.configuration[name] = value;
2728
}
2829

0 commit comments

Comments
 (0)