vscode.py icon indicating copy to clipboard operation
vscode.py copied to clipboard

Create VSCode Extensions with python

Results 20 vscode.py issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I am wondering if there are plans or things in the works to allow this library to use asynchronous functions etc. If not I think this would be great...

enhancement

the install command was missing

When the extension is activated for the first time it takes at a long time depending on the number of python packages to install. Possible Solution: Instead of installing the...

In case the user installs an extension made using vscode-ext but don't have python installed, the library should inform the user that they don't have python installed and ask them...

enhancement

Got the main example working somehow, but most of the examples do not work, nor any of the external plugins. Code apparently is written for an incompatible old version.

I managed to get the extension published. I can use it but others can't. I don't know why.

This PR allows to replace the text in the text document

I create a button in the source control navigation. ![image](https://github.com/CodeWithSwastik/vscode.py/assets/65552125/9f5b470d-62ff-4031-83e4-208c49de365f) Is it possible to get the name (fsPath) from the Git Repo by clicking the associated button? ![image](https://github.com/CodeWithSwastik/vscode.py/assets/65552125/0b5361b8-347c-4801-ba9b-1969820459ed) ![image](https://github.com/CodeWithSwastik/vscode.py/assets/65552125/50e35ac5-6c5c-4cb9-afee-b04d770bc182)

useful for text augmentation https://code.visualstudio.com/api/references/vscode-api#Hover