File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,6 @@ export class Config {
120
120
} ;
121
121
}
122
122
123
- get checkOnSave ( ) {
124
- return {
125
- command : this . get < string > ( "checkOnSave.command" ) ,
126
- } ;
127
- }
128
-
129
123
get cargoRunner ( ) {
130
124
return this . get < string | undefined > ( "cargoRunner" ) ;
131
125
}
@@ -150,17 +144,6 @@ export class Config {
150
144
} ;
151
145
}
152
146
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
-
164
147
get hoverActions ( ) {
165
148
return {
166
149
enable : this . get < boolean > ( "hoverActions.enable" ) ,
You can’t perform that action at this time.
0 commit comments