mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
make onConfigChange handler private
This commit is contained in:
parent
4fb427743c
commit
20fabaf1ee
@ -37,7 +37,7 @@ export class Config {
|
|||||||
console.log("Using configuration:", this.cfg);
|
console.log("Using configuration:", this.cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
async onConfigChange(event: vscode.ConfigurationChangeEvent) {
|
private async onConfigChange(event: vscode.ConfigurationChangeEvent) {
|
||||||
this.refreshConfig();
|
this.refreshConfig();
|
||||||
|
|
||||||
const requiresReloadOpt = Config.requiresReloadOpts.find(
|
const requiresReloadOpt = Config.requiresReloadOpts.find(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user