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
Observe one of our settings such as python.dataScience.notebookFileRoot which use ${workspaceFolder} variable as a value. When you load this setting without a workspace loaded instead of undefined or empty string it provides a value for the current directory, usually the vscode exe location. This isn't the workspace directory and can throw off things trying to use these settings.