Skip to content

Add VS Code extensions to configuration (e.g. Python) #17

@loujaybee

Description

@loujaybee
  1. 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:

  1. https://open-vsx.org/extension/ms-python/python
  2. https://aws.amazon.com/visualstudiocode/
  3. https://marketplace.visualstudio.com/items?itemName=ckolkman.vscode-postgres
  4. 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

image
Example installed extensions in VS Code

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions