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

Config Gitpod 4-VS extensions #20

Merged
merged 9 commits into from
Jan 10, 2023
Merged

Conversation

yaya2devops
Copy link
Collaborator

The tasks includes the code command to install the specified VS Code extensions:

  • Python
  • AWS toolkit
  • PostgreSQL
  • DynamoDB

The same list is included in the extensions para to ensure availability of the extensions when launching the workspace.

.gitpod.yml Outdated
code --install-extension ms-python.python
code --install-extension aws-toolkit-vscode.aws-toolkit-vscode
code --install-extension ms-mssql.mssql
code --install-extension amazon-dynamodb.aws-dynamodb-toolkit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought: I don't think you need to do this for Gitpod, however I think it won't hurt. That said, vision wise I think this project should be agnostic of tools, like Gitpod, etc. So, to help us with that, could you move this to a shell script and invoke the script here instead? That will improve future portability.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea!

Copy link
Collaborator

@loujaybee loujaybee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Y4HYA4 !! :) - I've left a comment suggestion, but the PR adds value so I'll approve. If you want to have a go implementing my thoughts, go for it. Otherwise we can merge and address the changes in a separate issue / PR.

@loujaybee
Copy link
Collaborator

Closes: #17

@loujaybee loujaybee linked an issue Jan 8, 2023 that may be closed by this pull request
@yaya2devops
Copy link
Collaborator Author

Hey @loujaybee, any tweaks before the merge?
Awesome suggestion! 🎉🎉

@keenson keenson merged commit 06e4488 into openupthecloud:main Jan 10, 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 this pull request may close these issues.

Add VS Code extensions to configuration (e.g. Python)
3 participants