We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.gitpod.yml
For example, you'll need to add the following configuration to .gitpod.yml
vscode: extensions: - svelte.svelte-vscode - bradlc.vscode-tailwindcss@0.6.11
You'll need to research good extensions to add, for example:
You can validate whether this works, by creating a new workspace with new configuration, and checking that the VS Code extensions are installed
Example installed extensions in VS Code
The text was updated successfully, but these errors were encountered:
I take that
Sorry, something went wrong.
keenson
Successfully merging a pull request may close this issue.
.gitpod.yml
with relevant extensions https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensionsFor example, you'll need to add the following configuration to
.gitpod.yml
You'll need to research good extensions to add, for example:
You can validate whether this works, by creating a new workspace with new configuration, and checking that the VS Code extensions are installed
Example installed extensions in VS Code
The text was updated successfully, but these errors were encountered: