forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use older way of launching debugger when using conda less than 4.9.0 #18451
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paulacamargo25
approved these changes
Feb 4, 2022
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.
Nice job!
karthiknadig
added a commit
to karthiknadig/vscode-python
that referenced
this pull request
Feb 7, 2022
karthiknadig
added a commit
that referenced
this pull request
Feb 7, 2022
karthiknadig
added a commit
that referenced
this pull request
Feb 10, 2022
* Fix conda run output marker script (#18412) (#18413) * Fix marker script support for '-c' flag (#18418) * Fix the interpreter selected by 'new venv' prompt (#18417) * Update version and changelog for release (#18421) * Use older way of launching debugger when using conda less than 4.9.0 (#18451) * CI failures: Pin prospector to 1.6.0, pytest to < 7.0.0, and fix linting issues with flake8 3.9.2 (#18446) * See if pinning pip works * Pin in pr check * Pin pip everywhere else * angery * Undo pip changes * Pin pytest < 7.0.0 * Fix linting? * Update release version and change log for point release (#18470) * Update release version and change log for point release * update changelog * Fix `invalid patch string` error when using conda (#18481) * Fix `invalid patch string` error when using conda * Fix tests * Update change log * Cleanup news files Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Kim-Adeline Miguel <[email protected]>
Hi @karthiknadig , Maybe it would be good to use the old way for also debugging in linux environment where the conda version is less than 4.12.0 - as the permission bug is fixed only on that version: Can this be done? |
/cc @karrtikr |
wesm
pushed a commit
to posit-dev/positron
that referenced
this pull request
Mar 28, 2024
wesm
pushed a commit
to posit-dev/positron
that referenced
this pull request
Mar 28, 2024
* Fix conda run output marker script (microsoft/vscode-python#18412) (microsoft/vscode-python#18413) * Fix marker script support for '-c' flag (microsoft/vscode-python#18418) * Fix the interpreter selected by 'new venv' prompt (microsoft/vscode-python#18417) * Update version and changelog for release (microsoft/vscode-python#18421) * Use older way of launching debugger when using conda less than 4.9.0 (microsoft/vscode-python#18451) * CI failures: Pin prospector to 1.6.0, pytest to < 7.0.0, and fix linting issues with flake8 3.9.2 (microsoft/vscode-python#18446) * See if pinning pip works * Pin in pr check * Pin pip everywhere else * angery * Undo pip changes * Pin pytest < 7.0.0 * Fix linting? * Update release version and change log for point release (microsoft/vscode-python#18470) * Update release version and change log for point release * update changelog * Fix `invalid patch string` error when using conda (microsoft/vscode-python#18481) * Fix `invalid patch string` error when using conda * Fix tests * Update change log * Cleanup news files Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Kim-Adeline Miguel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For #18436