@@ -190,24 +190,24 @@ const testData = [
190
190
declareInPackageJson : false ,
191
191
} ,
192
192
{
193
- serverOption : " csharp|background_analysis.dotnet_solution_crawler_background_analysis_scope" ,
194
- vsCodeConfiguration : " dotnet.backgroundAnalysis.analyzerDiagnosticsScope" ,
195
- declareInPackageJson : true
193
+ serverOption : ' csharp|background_analysis.dotnet_analyzer_diagnostics_scope' ,
194
+ vsCodeConfiguration : ' dotnet.backgroundAnalysis.analyzerDiagnosticsScope' ,
195
+ declareInPackageJson : true ,
196
196
} ,
197
197
{
198
- serverOption : " mystery_language|background_analysis.dotnet_solution_crawler_background_analysis_scope" ,
198
+ serverOption : ' mystery_language|background_analysis.dotnet_analyzer_diagnostics_scope' ,
199
199
vsCodeConfiguration : null ,
200
- declareInPackageJson : false
200
+ declareInPackageJson : false ,
201
201
} ,
202
202
{
203
- serverOption : " csharp|background_analysis.dotnet_compiler_diagnostics_scope" ,
204
- vsCodeConfiguration : " dotnet.backgroundAnalysis.compilerDiagnosticsScope" ,
205
- declareInPackageJson : true
203
+ serverOption : ' csharp|background_analysis.dotnet_compiler_diagnostics_scope' ,
204
+ vsCodeConfiguration : ' dotnet.backgroundAnalysis.compilerDiagnosticsScope' ,
205
+ declareInPackageJson : true ,
206
206
} ,
207
207
{
208
- serverOption : " mystery_language|background_analysis.dotnet_compiler_diagnostics_scope" ,
208
+ serverOption : ' mystery_language|background_analysis.dotnet_compiler_diagnostics_scope' ,
209
209
vsCodeConfiguration : null ,
210
- declareInPackageJson : false
210
+ declareInPackageJson : false ,
211
211
} ,
212
212
] ;
213
213
0 commit comments