forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature request: export more ptvsd-related commands as api #6909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Note
|
Closing it since once the work for #1078 is done, this API won't be needed as VS Code will be able to automatically connect to a process you want to connect to. |
@kejxu Not yet, it's marked as "needs spec" so we can finish some design decisions before we work on it, but we may start working on it soon :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Internal Team Ask (vscode-ros)
currently only
getRemoteLauncherCommand()
is exposed invscode-python
's api interface.meantime, as described in
ptvsd
documentation,ptvsd
could be used at entry (to launch a script/module), or while the (Python) process is running (to inject aptvsd
instance)It would be nice if a new
getInjectDebugServerCommand()
api could be exposed.The text was updated successfully, but these errors were encountered: