Add support for Visual Studio Code with a dev container #5

Merged
stevestreza merged 4 commits from vscode into main 2024-06-14 09:42:08 +02:00
stevestreza commented 2024-06-14 09:36:16 +02:00 (Migrated from github.com)

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.

This PR adds support for developing apps using Visual Studio Code with a [Docker dev container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). 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.
david-swift (Migrated from github.com) approved these changes 2024-06-14 09:42:01 +02:00
david-swift (Migrated from github.com) left a comment

Oh wow, thank you so much!

Oh wow, thank you so much!
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aparoksha/adwaita-template#5
No description provided.