sourcery-ai / sourcery-vscode

VS Code extension for Sourcery
MIT License
85 stars 10 forks source link

refactor: consolidate coding assistant extension commands #211

Closed bm424 closed 1 year ago

bm424 commented 1 year ago

Refactors all the different VSCode commands into just a single one - sourcery.coding_assistant. The next stage will be to remove this intermediate layer altogether by removing the dependency on the type key.

See a small change in: sourcery-ai/core#3036

Note: merging to feature branch.