-
Notifications
You must be signed in to change notification settings - Fork 288
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
docs(vscode): high level devcontainer quickstart documentation #874
Comments
On the other side, is there any evitable reason that Cactus have to lock on VsCode? |
Hi @davidkhala, no reason that I am aware of. Currently we have implemented the feature to quickstart development on the project using the VSCode docker in docker dev container solution. I am unaware of any SCE with this same feature. |
So can we consider remove the .vscode directory? Or any impact after removing? |
You can safely remove the .vscode directory with no impact. At the minute that folder only contains a file for recommended extensions and another file to tell vscode how to run the debugger. |
@davidkhala Similar thoughts here as per @TonyRowntree put it, I just wanted to add as an extra clarification that we are recommending VSCode, but definitely not locked on it, meaning that there isn't a hard dependency on VSCode or any other IDE for that matter. If one wishes to do so, they can get by with bash+vi just as well (of course some tasks will involve a little more typing) |
Primary Changes ---------------- 1. Added a documentation describing how to get started by opening the repo within the docker container and by cloning the repo to a docker volume Fixes hyperledger-cacti#874 Signed-off-by: bado <[email protected]>
Primary Changes ---------------- 1. Added a documentation describing how to get started by opening the repo within the docker container and by cloning the repo to a docker volume Fixes hyperledger-cacti#874 Signed-off-by: bado <[email protected]>
Primary Changes ---------------- 1. Added a documentation describing how to get started by opening the repo within the docker container and by cloning the repo to a docker volume Fixes hyperledger-cacti#874 Signed-off-by: bado <[email protected]>
Primary Changes ---------------- 1. Added a documentation describing how to get started by opening the repo within the docker container and by cloning the repo to a docker volume Fixes hyperledger-cacti#874 Signed-off-by: bado <[email protected]>
Primary Changes ---------------- 1. Added a documentation describing how to get started by opening the repo within the docker container and by cloning the repo to a docker volume Fixes hyperledger-cacti#874 Signed-off-by: bado <[email protected]>
Description
As a potential contributor to Hyperledger Cactus I would like some high level documentation describing how I can quickstart using the VSC devcontainer functionality.
Acceptance Criteria
@petermetz @jonathan-m-hamilton @sfuji822 @takeutak @kikoncuo
The text was updated successfully, but these errors were encountered: