-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
- Update
.gitpod.yml
with relevant extensions https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensions
For example, you'll need to add the following configuration to .gitpod.yml
vscode:
extensions:
- svelte.svelte-vscode
- [email protected]
You'll need to research good extensions to add, for example:
- https://open-vsx.org/extension/ms-python/python
- https://aws.amazon.com/visualstudiocode/
- https://marketplace.visualstudio.com/items?itemName=ckolkman.vscode-postgres
- https://marketplace.visualstudio.com/items?itemName=hariscodes.vscode-dynamodb
You can validate whether this works, by creating a new workspace with new configuration, and checking that the VS Code extensions are installed
Metadata
Metadata
Assignees
Labels
No labels