mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
add shellcheck to lsp
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM nikolaik/python-nodejs:python3.11-nodejs19-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y shellcheck
|
||||
RUN yarn global add diagnostic-languageserver
|
||||
RUN yarn global add pyright
|
||||
RUN set -eux; \
|
||||
|
||||
Reference in New Issue
Block a user