mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
avoid reconnecting to ws unecessarily with bun
This commit is contained in:
@@ -698,7 +698,10 @@
|
||||
!websocketAlive.black &&
|
||||
!websocketAlive.deno &&
|
||||
!websocketAlive.pyright &&
|
||||
!websocketAlive.go
|
||||
!websocketAlive.go &&
|
||||
!websocketAlive.bun &&
|
||||
!websocketAlive.shellcheck &&
|
||||
!websocketAlive.ruff
|
||||
) {
|
||||
console.log('reconnecting to language servers')
|
||||
lastWsAttempt = new Date()
|
||||
|
||||
Reference in New Issue
Block a user