-
Notifications
You must be signed in to change notification settings - Fork 39
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
initialWorkingDirectory is not working with Hyper v3.0.0 (stable) #71
Comments
I have noticed that a full reload (after opening hyper) will cause it to work. |
@ecarlson94 It works but you have to do it every time you open Hyper. |
yes, that "fixes" it for me as well, but it's pretty annoying. |
for me, a full reload doesn't make it work (currently on hyper 3.0.2). |
Having the same issue with Powershell on Win10. The full reload seems to also fix an issue where splitting the screen doesn't always carry the cwd over. |
I tried to pinpoint this issue and this is what I found: vercel/hyper#3770 Bug seems to be located in |
If you switch to the canary release channel of Hyper, this bug is fixed 🎉 Open your Hyper preferences and set the module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'canary',
hypercwd: {
initialWorkingDirectory: '~/dev'
}
}
} |
As of version It looks like this pr has been merged into the recent canary build and resolves the issue @stnwk opened. I know the issue title specifies hyper v3.0 stable, but until v3.1 is released you'll need to use canary builds to resolve the issue. |
Updated Hyper to 3.0.0 (stable). I've noticed initialWorkingDirectory config is not picked up. Defaults to user directory.
The text was updated successfully, but these errors were encountered: