Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farskipper/acapy-devcontainer
VSCode devcontainer setup for working on ACA-Py
https://github.com/farskipper/acapy-devcontainer
Last synced: about 9 hours ago
JSON representation
VSCode devcontainer setup for working on ACA-Py
- Host: GitHub
- URL: https://github.com/farskipper/acapy-devcontainer
- Owner: farskipper
- Created: 2021-05-06T18:15:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T18:32:22.000Z (over 3 years ago)
- Last Synced: 2024-11-09T14:48:56.808Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acapy-devcontainer
[VSCode devcontainer](https://code.visualstudio.com/docs/remote/containers) setup for working on ACA-Py
```sh
# Make a folder somewhere
mkdir acapy
cd acapy# clone this repo i.e.
get clone [email protected]:farskipper/acapy-devcontainer.git# rename it to .devcontainer
mv acapy-devcontainer .devcontainer# Clone ACA-Py and Toolbox i.e.
git clone [email protected]:hyperledger/aries-cloudagent-python.git
git clone [email protected]:hyperledger/aries-acapy-plugin-toolbox.git
```## VSCode
Be sure to have docker installed.
Open VSCode and install the `ms-vscode-remote.remote-containers` extension, if you don't already have it.
Now, open your `acapy` folder.
It will prompt you to open the project in the devcontainer.
The first time it will build your development image and then attach your VSCode.
On the first time it may warn you saying "Cannot activate the 'B' extension because it depends on the 'A' extension". Simply reload the window and try again.
See VSCode's [documentation](https://code.visualstudio.com/docs/remote/containers) for more.