@@ -45,8 +45,10 @@ const testData = [
45
45
{ serverOption : "csharp|code_style.formatting.indentation_and_spacing.indent_style" , vsCodeConfiguration : "codeStyle.formatting.indentationAndSpacing.indentStyle" , declareInPackageJson : false } ,
46
46
{ serverOption : "csharp|code_style.formatting.new_line.end_of_line" , vsCodeConfiguration : "codeStyle.formatting.newLine.endOfLine" , declareInPackageJson : false } ,
47
47
{ serverOption : "code_style.formatting.new_line.insert_final_newline" , vsCodeConfiguration : "codeStyle.formatting.newLine.insertFinalNewline" , declareInPackageJson : false } ,
48
- { serverOption : "mystery_language|background_analysis.dotnet_solution_crawler_background_analysis_scope" , vsCodeConfiguration : "dotnet.backgroundAnalysis.analyzerDiagnosticsScope" , declareInPackageJson : true } ,
49
- { serverOption : "mystery_language|background_analysis.dotnet_compiler_diagnostics_scope" , vsCodeConfiguration : "dotnet.backgroundAnalysis.compilerDiagnosticsScope" , declareInPackageJson : true } ,
48
+ { serverOption : "csharp|background_analysis.dotnet_solution_crawler_background_analysis_scope" , vsCodeConfiguration : "dotnet.backgroundAnalysis.analyzerDiagnosticsScope" , declareInPackageJson : true } ,
49
+ { serverOption : "mystery_language|background_analysis.dotnet_solution_crawler_background_analysis_scope" , vsCodeConfiguration : null , declareInPackageJson : false } ,
50
+ { serverOption : "csharp|background_analysis.dotnet_compiler_diagnostics_scope" , vsCodeConfiguration : "dotnet.backgroundAnalysis.compilerDiagnosticsScope" , declareInPackageJson : true } ,
51
+ { serverOption : "mystery_language|background_analysis.dotnet_compiler_diagnostics_scope" , vsCodeConfiguration : null , declareInPackageJson : false } ,
50
52
] ;
51
53
52
54
suite ( "Server option name to vscode configuration name test" , ( ) => {
0 commit comments