File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ export class TypescriptBuffer {
173
173
"atom-typescript.includeCompletionsForModuleExports" ,
174
174
) ,
175
175
quotePreference : atom . config . get ( "atom-typescript.quotePreference" ) ,
176
- disableSuggestions : atom . config . get ( "atom-typescript.disableSuggestions" ) ,
177
176
} ,
178
177
} )
179
178
}
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ declare module "atom" {
27
27
"atom-typescript.ignoreUnusedSuggestionDiagnostics" : boolean
28
28
"atom-typescript.ignoreNonSuggestionSuggestionDiagnostics" : boolean
29
29
"atom-typescript.ignoredSuggestionDiagnostics" : string [ ]
30
- "atom-typescript.disableSuggestions" : boolean
31
30
"atom-typescript.suppressAllDiagnostics" : boolean
32
31
"atom-typescript.tsFileExtensions" : string [ ]
33
32
"atom-typescript.jsFileExtensions" : string [ ]
@@ -61,7 +60,6 @@ declare module "atom" {
61
60
ignoreUnusedSuggestionDiagnostics : boolean
62
61
ignoreNonSuggestionSuggestionDiagnostics : boolean
63
62
ignoredSuggestionDiagnostics : string [ ]
64
- disableSuggestions : boolean
65
63
suppressAllDiagnostics : boolean
66
64
tsFileExtensions : string [ ]
67
65
jsFileExtensions : string [ ]
Original file line number Diff line number Diff line change 220
220
"default" : [],
221
221
"order" : 110
222
222
},
223
- "disableSuggestions" : {
224
- "title" : " Disable all suggestions" ,
225
- "type" : " boolean" ,
226
- "default" : false ,
227
- "order" : 115
228
- },
229
223
"suppressAllDiagnostics" : {
230
224
"title" : " Suppress all diagnostics" ,
231
225
"description" : " The package will not report any problems with TypeScript. Use only if you know what you are doing" ,
You can’t perform that action at this time.
0 commit comments