Morgan McCauley
Morgan McCauley
Is it possible to show a 💡when a code action is available on the current line? And then list all available code actions for the line? It can be easy...
## Motivation `walletUrl` is currently optional and can cause failures when not defined. ## Description This PR updates the TS types to make `walletUrl` required. ## Checklist - [x] Read...
This PR adds a Github Action for publishing Lerna packages to NPM. With the proposed Lerna configuration the publishing pipeline will determine version bumps and generate `CHANGELOG.md` files per package...
This PR adds the `` binding to the issue picker which will create/checkout an issue branch via `gh issue develop --checkout`.