Could you point me the way to attach pulumi to vsc...
# general
q
Could you point me the way to attach pulumi to vscode debugger?
👀 1
c
deffo interested to hear this!
w
Tracked in https://github.com/pulumi/pulumi/issues/1372 - please do upvote! - also definitely open to PRs for this - shouldn't be too hard to add.
👍 2
q
We can do it with remote debugging, have just tried
w
Great point - for Python it should be possible already! For Node, you have to run your node process with the
—inspect
flag before you can attach a debugger, which we don’t currently pass through - but it will be easy to add support for that.
q
seem, it can not catch 😥