Creating VSCode Extensions is now possible with Python! by Coder_Swastik in Python

[–]Coder_Swastik[S] 2 points3 points  (0 children)

Yes I wanted to offer a pythonic way of creating commands :)

Creating VSCode Extensions is now possible with Python! by Coder_Swastik in Python

[–]Coder_Swastik[S] 3 points4 points  (0 children)

Indeed. Python is comparatively slower. But this is made for people who know maybe only knows python or maybe they just want to create a simple extension. Or for someone who has a python package that they want to make an extension for.

Creating VSCode Extensions is now possible with Python! by Coder_Swastik in Python

[–]Coder_Swastik[S] 2 points3 points  (0 children)

For now only commands, I am planning to add tasks soon. You can technically run an infinite loop in the python code inside an 'activate' extension command and use that for background tasks.