Skip to content
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

Refactor Python launch.json/tasks.json to leverage getRemoteLauncherCommand api #821

Closed
ejizba opened this issue Nov 27, 2018 · 1 comment · Fixed by #936
Closed

Refactor Python launch.json/tasks.json to leverage getRemoteLauncherCommand api #821

ejizba opened this issue Nov 27, 2018 · 1 comment · Fixed by #936

Comments

@ejizba
Copy link
Member

ejizba commented Nov 27, 2018

As of today we install ptvsd into the user's project and hard-code the launcher command. Ideally we should use the getRemoteLauncherCommand command provided here: microsoft/vscode-python#3121 (not quite released yet), which has the following benefits:

  1. No need to install ptvsd
  2. We automatically get updates to the launcher command if/when they happen
@ejizba
Copy link
Member Author

ejizba commented Nov 27, 2018

Note: this is dependent on #822

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant