DataStax Astra Cassandra-as-a-Service: Open, multi-cloud stack for modern data apps
- Install VS Code.
- Clone this repo.
- Install Node Dependencies:
npm i
. - Compile the project with Typescript:
tsc
ortsc --watch
- Click the play icon on the left toolbar.
- Click "Run Extension" on the top toolbar.
- Run
npm run publish
- Paste in a personal access token (you can create a personal access token at dev.azure.com).
- Use GitHub CLI to tag a release in GitHub (example:
gh release create v0.3.7
)