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
Update PythonExecutionService to support "conda run". #7696
Labels
area-environments
Features relating to handling interpreter environments
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone
Comments
ericsnowcurrently
added
needs PR
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
labels
Sep 30, 2019
gramster
added
area-environments
Features relating to handling interpreter environments
and removed
feature-interpreter
labels
Oct 10, 2019
Make sure |
10 tasks
ericsnowcurrently
modified the milestones:
2019 November Sprint 1,
2019 November Sprint 2
Nov 20, 2019
To validate:
|
validated |
ghost
removed
the
needs PR
label
Nov 25, 2019
Found an unrelated issue while validating it. #8783 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-environments
Features relating to handling interpreter environments
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
This will involve the following:
PythonExecutionService.pythonPath
(a string) toPythonExecutionService.pyArgv
(an array of strings)PythonExecutionService
accordinglyPythonExecutionService.create()
to pass an array of strings toPythonExecutionService()
pyArgv
accordingly)PythonExecutionService.createActivatedEnvironment()
to pass an array of strings toPythonExecutionService()
pyArgv
accordingly)src/client/formatters/baseFormatter.ts
(viaPythonToolExecutionService
)src/client/linters/errorHandlers/notInstalled.ts
src/client/linters/baseLinter.ts
(viaPythonToolExecutionService
)src/client/testing/common/services/discovery.ts
src/client/testing/common/runner.ts
src/client/testing/common/runner.ts
(viaPythonToolExecutionService
)src/client/common/installer/pipInstaller.ts
src/client/common/installer/productInstaller.ts
src/client/debugger/extension/adapter/factory.ts
src/client/interpreter/locators/services/workspaceVirtualEnvWatcherService.ts
src/client/interpreter/configuration/pythonPathUpdaterService.ts
src/client/interpreter/helpers.ts
src/client/interpreter/interpreterService.ts
src/client/interpreter/locators/services/windowsStoreInterpreter.ts
src/client/providers/importSortProvider.ts
src/client/providers/jediProxy.ts
src/client/refactor/proxy.ts
The text was updated successfully, but these errors were encountered: