mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 01:36:47 +00:00
fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687)
This commit is contained in:
@@ -78,7 +78,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
await fetch(`http://localhost:${port}/app`)
|
||||
connected = true
|
||||
break
|
||||
} catch (e) {}
|
||||
} catch {}
|
||||
|
||||
tries--
|
||||
} while (tries > 0)
|
||||
|
||||
Reference in New Issue
Block a user