matrix-appservice icon indicating copy to clipboard operation
matrix-appservice copied to clipboard

Develop in docker containers with vscode

Open lprintf opened this issue 3 years ago • 3 comments

now we can develop in docker containers with vscode. the config file is in the branch named devcontainer-support.

lprintf avatar Sep 25 '21 11:09 lprintf

@huan Does the branch need to be merged into main branch?

lprintf avatar Sep 25 '21 11:09 lprintf

If we do not merge it, it is inconvenient for the developer to start the docker dev environment, because he should start from the branch containing the .devcontainer directory. But this directory is not necessary for other developers.

lprintf avatar Sep 25 '21 11:09 lprintf

One way to solve this contradiction is to clone the devcontainer-support branch and reset the branch and add a .gitignore file under the .devcontainer directory.

lprintf avatar Sep 25 '21 12:09 lprintf