Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load GHCI button does not work with file names with spaces #107

Open
jgrocha opened this issue Nov 15, 2022 · 0 comments
Open

Load GHCI button does not work with file names with spaces #107

jgrocha opened this issue Nov 15, 2022 · 0 comments

Comments

@jgrocha
Copy link

jgrocha commented Nov 15, 2022

Load GHCI action should protect the filename using quotes.

Steps to reproduce

Create a file name with spaces, like "once upon a time.lhs"

Expected behaviour

Load GHCI button should run:

stack ghci --ghci-options "once upon a time.lhs"

Actual behaviour

stack ghci --ghci-options once upon a time.lhs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant