matrix-appservice
matrix-appservice copied to clipboard
Develop in docker containers with vscode
now we can develop in docker containers with vscode. the config file is in the branch named devcontainer-support.
@huan Does the branch need to be merged into main branch?
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.
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.