Check whether the session is running inside VS Code.
True if the TERM_PROGRAM environment variable is "vscode".
True
TERM_PROGRAM
"vscode"
bool
Examples
>>> isinstance(is_vscode(), bool) True