devolo / cockpit_open_frontend

A rewrite of the devolo Cockpit front end in Flutter
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Add vscode devcontainer #3

Closed Shutgun closed 3 years ago

Shutgun commented 3 years ago

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.

Shutgun commented 3 years ago

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

julienAhn commented 3 years ago

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