Skip to content

Conversation

@karrtikr
Copy link

Closes #17977

@karrtikr karrtikr changed the title Remove DeprecatePythonPath experiment Remove python.pythonPath experiment Dec 21, 2021
@karrtikr karrtikr force-pushed the removepythonpathexp branch from e7d3de9 to e73d548 Compare January 6, 2022 13:11
@karrtikr karrtikr force-pushed the removepythonpathexp branch from 8535dbc to 9148437 Compare January 6, 2022 13:14
@karrtikr karrtikr added the skip package*.json package.json and package-lock.json don't both need updating label Jan 6, 2022
@karrtikr karrtikr marked this pull request as ready for review January 6, 2022 15:10
@karrtikr karrtikr merged commit 381a6e0 into microsoft:main Jan 6, 2022
@karrtikr karrtikr deleted the removepythonpathexp branch January 6, 2022 18:10
@NorthIsUp
Copy link

What is the new way to specify the interpreter for a workspace?

@karrtikr
Copy link
Author

karrtikr commented Jan 8, 2022

You can do using python.defaultInterpreterPath setting. It's a little different from python.pythonPath at workspace level. Check the wiki https://github.com/microsoft/vscode-python/wiki/AB-Experiments#tldr to understand how it works.

wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
* Remove DeprecatePythonPath experiment

* Fix unit tests

* Fix tests for configsettings

* Fix mac interpreter tests

* Fix activation manager tests

* Fix config service tests

* Fix startup telemetry tests

* Remove all traces of experiment

* Fix python path updater tests

* Update setting description for `python.defaultInterpreterPath`

* Fix single workspace tests attempt#1

* Do not import from client folder in smoke tests

* new enttry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip package*.json package.json and package-lock.json don't both need updating

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove python.pythonPath setting and pythonDeprecatePythonPath experiment

2 participants