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
If project uses VS Code integration, render terminal.integrated.env.{PLATFORM} setting in .vscode/settings.json with PYTHONPATHcontaining paths to dependencies.
This will allow users to import these dependencies from the VS Code integrated terminal just like in their code.
If project uses VS Code integration, render
terminal.integrated.env.{PLATFORM}
setting in.vscode/settings.json
withPYTHONPATH
containing paths to dependencies.This will allow users to import these dependencies from the VS Code integrated terminal just like in their code.
See Use of the PYTHONPATH variable for more details.
The text was updated successfully, but these errors were encountered: