vscode-code-runner
vscode-code-runner copied to clipboard
Uanabe to run files with Spaces in Name
- VS Code Version: latest update
- OS Version: windows 11
- Code Runner Version: latest update
Describe the bug I am trying to run a fortran file with space in the file name, unfortunately, the code runne extension does not allow running files with spaces in the file name
Actual behavior it only tries to run the ast oart of teh file name. e.g a file named fortran code2.f90 to be compiled will try to compile only code2.f90. This is because the parameter $filename is not in specified in quote when coming from code runner as in "fortran code2.f90"
Expected behavior code should run properly