Hi everyone, How can I run and debug pants directl...
# general
n
Hi everyone, How can I run and debug pants directly from vscode? Is it possible?
w
There's no VSCode IDE yet (https://www.pantsbuild.org/v2.11/docs/setting-up-an-ide) Are you trying to debug
pants
or your (e.g.) python code being run in pants? I use regular VSCode functionality to do everything else, personally, but that involves kicking off my code manually in vscode
🙌 1
n
I use also vscode functionality to debug my python files, but I want to know if pants has better vscode integration to e.g. detect and run tests (I use pytest).
h
So you want to, for example, have the "test" button in VS Code (assuming there is such a thing, I don't use VS Code) delegate to Pants?
w
Could be a standalone widget on the side, which enumerates (and adds on to?) the Pants API.