Closed
Description
Testing microsoft/vscode-python#23994
- In a workspace that has a space in the path
- In native repl run:
import os
print(os.getcwd())
Bug
A broken link is created. Here my workspace folder is called sub space
Testing microsoft/vscode-python#23994
import os
print(os.getcwd())
A broken link is created. Here my workspace folder is called sub space