mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
fix(lsp): use ruff server instead of ruff-lsp
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ RUN set -eux; \
|
||||
ENV PATH="${PATH}:/usr/local/go/bin"
|
||||
ENV GOBIN=/usr/local/go/bin
|
||||
RUN /usr/local/go/bin/go install -v golang.org/x/tools/gopls@latest
|
||||
RUN pip3 install tornado python-lsp-jsonrpc ruff-lsp
|
||||
RUN pip3 install tornado python-lsp-jsonrpc ruff
|
||||
|
||||
COPY --from=denoland/deno:1.45.4 --chmod=755 /usr/bin/deno /usr/bin/deno
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ class DiagnosticLS(LanguageServerWebSocketHandler):
|
||||
|
||||
|
||||
class RuffLS(LanguageServerWebSocketHandler):
|
||||
procargs = ["ruff-lsp"]
|
||||
procargs = ["ruff"]
|
||||
|
||||
|
||||
class DenoLS(LanguageServerWebSocketHandler):
|
||||
|
||||
Reference in New Issue
Block a user