microsoft / vscode-python-web-wasm

An extension allows to run Python code in a Web browser using WebAssembly technology
MIT License
78 stars 11 forks source link

Cannot run python files with spaces in the name #52

Open TheLastTeapot opened 1 year ago

TheLastTeapot commented 1 year ago

If I try to run a python file with a space in the name, I get:

python: can't open file '/workspace/example%20file.py': [Errno 44] No such file or directory

Is this a known issue, and is there any workaround? Or it it just a bug?