CodeWithSwastik / vscode.py

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

Fix AttributeError in example_extension.py #29

Closed timskovjacobsen closed 3 years ago

timskovjacobsen commented 3 years ago

Makes the example example_extension.py runnable.

Looks like the StaticWebview class was moved to vscode/vebviews rather than vscode/ext.