We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm in hypercwd (1.3.0), Hyper 3.0.0-canary.8 (canary)
hypercwd: { initialWorkingDirectory: '~/Desktop' },
But still open at ~.
~
The text was updated successfully, but these errors were encountered:
Same issue since updating. Has this been resolved?
Sorry, something went wrong.
I wasn't putting the hypercwd inside the config in my .hyper.js.
hypercwd
config
.hyper.js
The file is like this:
module.exports = { config: { // config options // add hypercwd inside here }, // more things outside }
I changed the initialWorkingDirectory from forward slash to backward slash (twice) and it worked for me.
hypercwd: { initialWorkingDirectory: "~\\Desktop" }
No branches or pull requests
I'm in hypercwd (1.3.0), Hyper 3.0.0-canary.8 (canary)
But still open at
~
.The text was updated successfully, but these errors were encountered: