Skip to content

setInterpreter fails with TypeError: this.pythonPathSettingsUpdaterFactory.getWorkspaceFolderPythonPathConfigurationService is not a function #15311

@joyceerhl

Description

@joyceerhl

Internal user testing TensorBoard integration started out without a Python interpreter selected and invoked Python: Launch TensorBoard command. We ask for an interpreter if one is not set via the quickpick. After the user selected an interpreter, which is a prerequisite for starting a TensorBoard session, the Python extension threw an error with the following stack trace:

stack trace: TypeError:
this.pythonPathSettingsUpdaterFactory.getWorkspaceFolderPythonPathConfigurationService is not a function
  at m.getPythonUpdaterService [redacted]
  at m.updatePythonPath [redacted]
  at m.setInterpreter [redacted]
  at processTicksAndRejections (internal/process/task_queues.js:94:5)

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions