After starting the native REPL: ``` import os os.getcwd() ``` does not return the project folder as expected, but the folder that contains the VS Code executable.
After starting the native REPL:
does not return the project folder as expected, but the folder that contains the VS Code executable.