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

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

akyriako
Copy link
Contributor

@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. !!

@gabriel-tessier gabriel-tessier linked an issue Jan 13, 2025 that may be closed by this pull request
@gabriel-tessier gabriel-tessier merged commit fc228db into mingrammer:master Jan 13, 2025
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.

Dev Containers for Local Development
4 participants