CodeWithSwastik / vscode.py

Create VSCode Extensions with python
https://vscodepy.readthedocs.io/
MIT License
199 stars 31 forks source link

added __all__ so you don't have to #35

Closed Makiyu-py closed 3 years ago

Makiyu-py commented 3 years ago

This is probably the least annoying but most repetitive PR I've ever made

(I also fixed some import errors because VSCode keeps bugging me about it)

CodeWithSwastik commented 3 years ago

Thanks 🤔