mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
fix: deno lsp uses wss instead of ws
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build_lsp:
|
||||
publish_pypi``:
|
||||
runs-on: [self-hosted, new]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Binary file not shown.
@@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
if (deno) {
|
||||
connectToLanguageServer(`ws://${$page.url.host}/ws/deno`, 'deno', {
|
||||
connectToLanguageServer(`wss://${$page.url.host}/ws/deno`, 'deno', {
|
||||
deno: {
|
||||
enable: true,
|
||||
lint: true
|
||||
|
||||
Reference in New Issue
Block a user