Skip to content

Commit 5b9f173

Browse files
committed
Removed all dead config accessors.
1 parent d8f0213 commit 5b9f173

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

editors/code/src/config.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ export class Config {
120120
};
121121
}
122122

123-
get checkOnSave() {
124-
return {
125-
command: this.get<string>("checkOnSave.command"),
126-
};
127-
}
128-
129123
get cargoRunner() {
130124
return this.get<string | undefined>("cargoRunner");
131125
}
@@ -150,17 +144,6 @@ export class Config {
150144
};
151145
}
152146

153-
get lens() {
154-
return {
155-
enable: this.get<boolean>("lens.enable"),
156-
run: this.get<boolean>("lens.run"),
157-
debug: this.get<boolean>("lens.debug"),
158-
implementations: this.get<boolean>("lens.implementations"),
159-
methodReferences: this.get<boolean>("lens.methodReferences"),
160-
references: this.get<boolean>("lens.references"),
161-
};
162-
}
163-
164147
get hoverActions() {
165148
return {
166149
enable: this.get<boolean>("hoverActions.enable"),

0 commit comments

Comments
 (0)