Add support for Visual Studio Code with a dev container #5
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aparoksha/adwaita-template#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "vscode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds support for developing apps using Visual Studio Code with a Docker dev container. The image is built from
.devcontainer/Dockerfile
, which builds from Ubuntu 24.04 and adds libadwaita. This makes it possible to build, run, and debug (with breakpoints) apps from Visual Studio Code. It does not change the steps for GNOME Builder.README instructions have also been updated to include notes for running with VSCode. To test the PR, clone the template and follow the instructions.
Oh wow, thank you so much!