Create VSCode Extensions with python
vscode-ext This package allows you to create vscode extensions with python. Installation Stable version: pip install vscode-ext Working version: pip install git+https://github.com/CodeWithSwastik/vscode-ext Why use this? Why should you use this for building VScode extensions when you can use typescript? Here are some reasons: vscode-ext builds the package.json for you! No need to switch between your extension.py and package.json in order to add commands. It also handles adding Activity Bars, Keybinds and Views. vscode-ext provides a more pythonic way of creating […]
Read more