vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Uanabe to run files with Spaces in Name

Open abelokoj-github opened this issue 3 years ago • 0 comments

  • 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

abelokoj-github avatar Jul 07 '22 05:07 abelokoj-github