Testing #23994 1. On windows 2. With no workspace open 3. In the repl, run: ```python import os print(os.getcwd()) ``` ## Expected This should be `/` ## Actual The cwd seems to be the VS Code data folder 