You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)