We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35933de commit e8f5297Copy full SHA for e8f5297
1 file changed
test/lsptoolshost/unitTests/configurationMiddleware.test.ts
@@ -278,7 +278,7 @@ const testData = [
278
describe('Server option name to vscode configuration name test', () => {
279
const packageJson = JSON.parse(readFileSync('package.json').toString());
280
const configurations = <any[]>packageJson['contributes']['configuration'];
281
- const numConfigurations = 5;
+ const numConfigurations = 6;
282
test('Max server sections are expected', () => {
283
expect(configurations.length).toBe(numConfigurations);
284
});
0 commit comments