Skip to content

Commit 96a9a86

Browse files
[autofix.ci] apply automated fixes
1 parent 99701c2 commit 96a9a86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editors/vscode/client/linter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export async function deactivate(): Promise<void> {
243243
client = undefined;
244244
}
245245

246-
247246
/**
248247
* Get the status bar state based on whether oxc is enabled and allowed to start.
249248
*/
@@ -276,7 +275,6 @@ function updateStatusBar(context: ExtensionContext, enable: boolean) {
276275
oxcStatusBarItem.tooltip = tooltipText;
277276
}
278277

279-
280278
function generateActivatorByConfig(config: VSCodeConfig, context: ExtensionContext): void {
281279
const watcher = workspace.createFileSystemWatcher('**/.oxlintrc.json', false, true, !config.requireConfig);
282280
watcher.onDidCreate(async () => {

0 commit comments

Comments
 (0)