-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Docs} Documentation update for debugging this repository using VS Code #14559
{Docs} Documentation update for debugging this repository using VS Code #14559
Conversation
…de. Removing the section on using the property python.pythonPath in settings.json as this property has become deprecated in the current Python extension for VS Code.
Docs |
…de. Updating the section around selecting a python environment to detail the option for setting pythonPath using either settings.json or launch.json.
I would say let's leave that up to the user. They have a few options for setting this value and we should probably leave it to whichever method they prefer. |
|
Perhaps we should put this on hold, given that the doc from VSCode Python is still self-conflicting (microsoft/vscode-python#13380). https://code.visualstudio.com/docs/python/environments#_choose-a-debugging-environment
https://code.visualstudio.com/docs/python/debugging#_python
|
``` | ||
{ | ||
"python.pythonPath": "C:\\repo\\env\\Scripts\\python.exe" | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can add the example back?
Description
Updates for setting up a development environment to debug this project in VS Code. Removing the section on using the property python.pythonPath in settings.json as this property has become deprecated in the current Python extension for VS Code.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.