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 c78b2c0 commit df8cf2fCopy full SHA for df8cf2f
editors/vscode/tests/e2e_server_linter.spec.ts
@@ -32,6 +32,7 @@ suiteSetup(async () => {
32
});
33
34
teardown(async () => {
35
+ await workspace.getConfiguration('oxc').update('enable', undefined);
36
await workspace.getConfiguration('oxc').update('fixKind', undefined);
37
await workspace.getConfiguration('oxc').update('tsConfigPath', undefined);
38
await workspace.getConfiguration('oxc').update('typeAware', undefined);
0 commit comments