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

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

Closed
Tracked by #6
loujaybee opened this issue Jan 7, 2023 · 1 comment · Fixed by #20
Closed
Tracked by #6

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

loujaybee opened this issue Jan 7, 2023 · 1 comment · Fixed by #20
Assignees

Comments

@loujaybee
Copy link
Collaborator

loujaybee commented Jan 7, 2023

  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
    - bradlc.vscode-tailwindcss@0.6.11

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

@yaya2devops
Copy link
Collaborator

I take that

@loujaybee loujaybee linked a pull request Jan 8, 2023 that will close this issue
@loujaybee loujaybee changed the title Add Python VS Code extensions to configuration Add VS Code extensions to configuration (e.g. Python) Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants