If you open up VS Code today and type in the word "attach" in the command palette, you get Debug: Attach to Node Process.
This is really convenient. The extension for Python for VS Code supports this as well (see #1078), but it seems like that's only the case if a user explicitly configures a launch.json task to do so.
I figured it would be nice if the option was just always available, and it wouldn't hurt to open up an issue to suggest it.
If you open up VS Code today and type in the word "attach" in the command palette, you get
Debug: Attach to Node Process.This is really convenient. The extension for Python for VS Code supports this as well (see #1078), but it seems like that's only the case if a user explicitly configures a
launch.jsontask to do so.I figured it would be nice if the option was just always available, and it wouldn't hurt to open up an issue to suggest it.