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

added devcontainer support for vscode #992

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

akyriako
Copy link

@akyriako akyriako commented Apr 16, 2024

Added Dev Container support to automate the lifecycle of local development setup using VSCode and containers. Based on the existing Dockerfile (copied under the new .devcontainer folder) the following VSCode extensions were added:

  • Python, Python Debugger, Pylance (Microsoft extensions)
  • Git Graph (mhutchie.git-graph)
  • Resource Monitor (mutantdino.resourcemonitor)
  • Diagrams Previewer (tehpeng.diagramspreviewer)

The new .devcontainer/Dockerfile additionally installs the following packages in base image:

  • nodejs
  • npm

!! The docker/dev/Dockerfile is no longer needed but it's been left intact. !!

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.

None yet

1 participant