Skip to content

Fix conda run output marker script - #18412

Merged
Kartik Raj (karrtikr) merged 1 commit into
microsoft:mainfrom
karrtikr:marker
Feb 2, 2022
Merged

Fix conda run output marker script#18412
Kartik Raj (karrtikr) merged 1 commit into
microsoft:mainfrom
karrtikr:marker

Conversation

@karrtikr

Copy link
Copy Markdown

Closes #18409

Adds support to handle the -m flag and fixes sys.argv when running python file via run_path.

cc / Brett Cannon (@brettcannon) Karthik Nadig (@karthiknadig) If you have any other comments let me know and I can handle those later.

@karrtikr Kartik Raj (karrtikr) added no-changelog No news entry required skip tests Updates to tests unnecessary labels Feb 2, 2022
@karrtikr
Kartik Raj (karrtikr) merged commit 2ab1ac6 into microsoft:main Feb 2, 2022
@karrtikr
Kartik Raj (karrtikr) deleted the marker branch February 2, 2022 11:06
Kartik Raj (karrtikr) pushed a commit to karrtikr/vscode-python that referenced this pull request Feb 2, 2022
Karthik Nadig (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]>
Wes McKinney (wesm) pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
Wes McKinney (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

Labels

no-changelog No news entry required skip tests Updates to tests unnecessary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

conda run marker script does not handle -m flag

1 participant