make onConfigChange handler private

This commit is contained in:
Veetaha 2020-02-14 23:06:11 +02:00
parent 4fb427743c
commit 20fabaf1ee

View file

@ -37,7 +37,7 @@ export class Config {
console.log("Using configuration:", this.cfg);
}
async onConfigChange(event: vscode.ConfigurationChangeEvent) {
private async onConfigChange(event: vscode.ConfigurationChangeEvent) {
this.refreshConfig();
const requiresReloadOpt = Config.requiresReloadOpts.find(