mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
make onConfigChange handler private
This commit is contained in:
parent
4fb427743c
commit
20fabaf1ee
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue