* Open VSC * Select an interpreter that's outside the workspace * Type the following code ``` import os os.getenv ``` * Go to definitino of `getenv` * Now attempt to navigate in the code in `os.py` * As this is outside the workspace, `go to definition` & similar functionality is not available
getenvos.pygo to definition& similar functionality is not available