Alexander Zubarev
Alexander Zubarev
+1 We also use `code-server`, and we would love for your extension to be available on https://open-vsx.org/. Here is a guide on how to add it: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions cc: @pcj
> if ! which code-server > /dev/null; then > curl -fsSL https://code-server.dev/install.sh | sh | tee code-server-install.log > fi > CODE_CLI=code-server > if code; then > CODE_CLI=code > fi >...
When migrating from Terraform to Tofu, keep in mind that the pinning in `.terraform.lock.hcl` will be affected. For example, the `.terraform.lock.hcl` for Terraform: ```hcl provider "registry.terraform.io/coder/coder" { } ``` For...