wechaty / matrix-appservice

Wechaty [Matrix] Application Services Bridge
https://matrix.org/docs/projects/bridge/matrix-appservice-wechaty
Apache License 2.0
131 stars 16 forks source link

Develop in docker containers with vscode #108

Open lprintf opened 2 years ago

lprintf commented 2 years ago

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

lprintf commented 2 years ago

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

lprintf commented 2 years ago

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 commented 2 years ago

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.