We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80c84d commit fb76b9fCopy full SHA for fb76b9f
test/unitTests/options.test.ts
@@ -37,7 +37,7 @@ suite('Options tests', () => {
37
options.omnisharpOptions.enableDecompilationSupport.should.equal(false);
38
options.omnisharpOptions.enableImportCompletion.should.equal(false);
39
options.omnisharpOptions.enableAsyncCompletion.should.equal(false);
40
- options.omnisharpOptions.analyzeOpenDocumentsOnly.should.equal(false);
+ options.omnisharpOptions.analyzeOpenDocumentsOnly.should.equal(true);
41
options.omnisharpOptions.testRunSettings.should.equal('');
42
});
43
0 commit comments