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

https://code.visualstudio.com/api/extension-guides/tree-view

enhancement

This PR converts most extension classes into pydantic classes. The `Extension` class is not converted into a pydantic class because I am investigating a good approach to doing this. Effectively,...

I submitted a PR recently and noticed that a bunch of rewrite code as implemented in the main repo. It breaks a lot of functionality, which is fine, but there...

Is there a way through the extension to get the filename and path to the currently open file or project in the editor? Something like `pathlib.Path.cwd` doesn't work if the...

I get an error when I run my function using Shift+Command+P. This is expected since my Python is not globally installed and comes from a virtualenv. How can I define...

bug

vscode-ext: 1.5.4 vscode: 1.62.3 Windows: 21H1 (19043.1348) I was getting `Error: spawn python ENOENT` when running the example https://github.com/CodeWithSwastik/vscode-ext/blob/main/examples/hello_world.py ``` [2021-11-21 20:59:10.224] [renderer16] [error] spawn python ENOENT: Error: spawn python...

I've been trying to add a `license` key and editing the `engines.vscode` value (on the `package.json`) but it keeps getting overridden every build. Could you guys add a way that...

question

Hey, If vscode-ext could have some sort of system to use cogs like in discord.py that would be amazing. It is a bit bunched up to the whole ext in...

enhancement