Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add info on installing VSCode desktop extensions #13210

Open
stirby opened this issue May 8, 2024 · 0 comments
Open

Docs: Add info on installing VSCode desktop extensions #13210

stirby opened this issue May 8, 2024 · 0 comments
Labels
chore Non-customer facing refactors, cleanup, or technical debt. customer-requested Features requested by enterprise customers docs Area: docs

Comments

@stirby
Copy link
Collaborator

stirby commented May 8, 2024

A customer recently noted that we have no guides on installing VSCode extensions for newly created workspaces. This is a common use case and relatively easy to automate with the VSCode CLI.

# install the VSCode CLI
curl -Ls https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64 | tar zxf -
# install extension by ID
./code --install-extension <id>

We could also add this to our VSCode desktop module with a coder_script.

@stirby stirby added docs Area: docs customer-requested Features requested by enterprise customers labels May 8, 2024
@coder-labeler coder-labeler bot added the chore Non-customer facing refactors, cleanup, or technical debt. label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Non-customer facing refactors, cleanup, or technical debt. customer-requested Features requested by enterprise customers docs Area: docs
Projects
None yet
Development

No branches or pull requests

1 participant