Add uv-based LSPs, linters, and CLI tools #1

Merged
benvin merged 2 commits from benvin/add-uv-and-lsps into main 2026-06-21 09:10:37 +10:00
Showing only changes of commit d5f44c2f84 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ RUN uv tool install basedpyright \
&& uv tool install ty \
&& uv tool install ruff
RUN GOBIN=/usr/local/bin go install golang.org/x/tools/gopls@latest \
RUN GOBIN=/usr/local/bin GOTOOLCHAIN=auto go install golang.org/x/tools/gopls@latest \
&& rm -rf /root/go
USER agent