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.
changing oxc.typeAware
1 parent 48e646b commit baaeca8Copy full SHA for baaeca8
editors/vscode/tests/e2e_server.spec.ts
@@ -261,7 +261,8 @@ suite('E2E Diagnostics', () => {
261
strictEqual(secondDiagnostics[0].severity, DiagnosticSeverity.Error);
262
});
263
264
- testSingleFolderMode('changing oxc.typeAware will revalidate the tsgolint diagnostics', async () => {
+ // flaky because of https://github.com/oxc-project/tsgolint/issues/349
265
+ test.skip('changing oxc.typeAware will revalidate the tsgolint diagnostics', async () => {
266
await loadFixture('type_aware');
267
const firstDiagnostics = await getDiagnostics('index.ts');
268
0 commit comments