formulahendry / formulahendry/vscode-code-runner
Uanabe to run files with Spaces in Name
- Lingua principale
- TypeScript
- Stelle
- 2.4k
- Fork
- 351
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
- 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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia tracciando il modo in cui Code Runner costruisce il comando per il file Fortran segnalato e il modo in cui viene passato il parametro $filename. Riproduci il problema con un nome file come "fortran code2.f90", quindi verifica che il nome file completo venga trattato come un singolo argomento e che il file venga eseguito correttamente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript, vscode
- Ambito
- developer-experience, tooling
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100