@@ -190,24 +190,24 @@ const testData = [
190190 declareInPackageJson : false ,
191191 } ,
192192 {
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 ,
196196 } ,
197197 {
198- serverOption : " mystery_language|background_analysis.dotnet_solution_crawler_background_analysis_scope" ,
198+ serverOption : ' mystery_language|background_analysis.dotnet_analyzer_diagnostics_scope' ,
199199 vsCodeConfiguration : null ,
200- declareInPackageJson : false
200+ declareInPackageJson : false ,
201201 } ,
202202 {
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 ,
206206 } ,
207207 {
208- serverOption : " mystery_language|background_analysis.dotnet_compiler_diagnostics_scope" ,
208+ serverOption : ' mystery_language|background_analysis.dotnet_compiler_diagnostics_scope' ,
209209 vsCodeConfiguration : null ,
210- declareInPackageJson : false
210+ declareInPackageJson : false ,
211211 } ,
212212] ;
213213
0 commit comments