Removed all dead config accessors.
This commit is contained in:
@@ -120,12 +120,6 @@ export class Config {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
get checkOnSave() {
|
|
||||||
return {
|
|
||||||
command: this.get<string>("checkOnSave.command"),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
get cargoRunner() {
|
get cargoRunner() {
|
||||||
return this.get<string | undefined>("cargoRunner");
|
return this.get<string | undefined>("cargoRunner");
|
||||||
}
|
}
|
||||||
@@ -150,17 +144,6 @@ export class Config {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
get lens() {
|
|
||||||
return {
|
|
||||||
enable: this.get<boolean>("lens.enable"),
|
|
||||||
run: this.get<boolean>("lens.run"),
|
|
||||||
debug: this.get<boolean>("lens.debug"),
|
|
||||||
implementations: this.get<boolean>("lens.implementations"),
|
|
||||||
methodReferences: this.get<boolean>("lens.methodReferences"),
|
|
||||||
references: this.get<boolean>("lens.references"),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
get hoverActions() {
|
get hoverActions() {
|
||||||
return {
|
return {
|
||||||
enable: this.get<boolean>("hoverActions.enable"),
|
enable: this.get<boolean>("hoverActions.enable"),
|
||||||
|
|||||||
Reference in New Issue
Block a user