formulahendry / formulahendry/vscode-code-runner
Uanabe to run files with Spaces in Name
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.