Skip to content

Commit cf172c8

Browse files
[autofix.ci] apply automated fixes
1 parent cc0ec55 commit cf172c8

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
@@ -244,7 +244,6 @@ export async function deactivate(): Promise<void> {
244244
client = undefined;
245245
}
246246

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

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

0 commit comments

Comments
 (0)