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

Add vscode devcontainer #3

Closed
wants to merge 5 commits into from
Closed

Add vscode devcontainer #3

wants to merge 5 commits into from

Conversation

Shutgun
Copy link
Member

@Shutgun Shutgun commented May 7, 2021

Microsoft Visual Studio code supports an easy start in development using devcontainer. They come will all the packages that I need to start development right away.

The devcontainer was developed and tested on Linux, other OS still need some love.

This devcontainer requires two things: you need to start the devolonetsvc on the host system to see devices and you need to run 'xhost +local:' if you want to see the UI while debugging.

Copy link
Collaborator

@julienAhn julienAhn left a comment

Choose a reason for hiding this comment

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

Hey, first of all thanks for your contribution. I would like to merge your merge request but a few things have to be done before.

  1. As we are developing since a while on the develop branch, I want you to do the merge request towards the develop branch.
  2. The README needs to explain shortly that we are offering this devcontainer. I would suggest to add at the bottom of the "Building and Running the App" section following text: "For Visual Studio Code and Linux users we provide a devcontainer.json file which allows you to start developing inside a container. (https://code.visualstudio.com/docs/remote/containers)
    For using the development container you need the devolo Cockpit application from https://www.devolo.de/support/downloads/download/devolo-cockpit on your host system and you need to run 'xhost +local:' if you want to see the UI while debugging.

@Shutgun Shutgun changed the base branch from main to develop June 4, 2021 09:00
@Shutgun
Copy link
Member Author

Shutgun commented Jun 4, 2021

Hi @julienAhn , I added the requested paragraph to the readme and changed the base branch.

@julienAhn
Copy link
Collaborator

@Shutgun Somehow he complained about rebase conflicts. I checked it locally, "resolved the conflicts" and pushed it on a new branch and merged it into the develop branch. Your changes are now in the repository. I will close this merge request.

@julienAhn julienAhn closed this Jun 4, 2021
@julienAhn julienAhn deleted the devcontainer branch June 11, 2021 06:43
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

2 participants