-
Notifications
You must be signed in to change notification settings - Fork 1
Test on Windows #3
Comments
I'm a Awesome plugin, and works neatly with default Hyper setup. That is, as long as user continues to use But... Most users on Whenever user does IMO, when shell is Here's what {
// ...
shell: "C:\Program Files\Git\git-cmd.exe"
title: "MINGW64:/c/Users/neeksandhu/Dropbox/projects/react-aspen"
} |
Now, two other cases: 1. When user is using Bash for Window (powered by Ubuntu subsystem on Windows) This one I think is just off-limits. When this setup is being used, hyper spawns a "proxy" shell that runs inside host OS (windows). That "proxy" shell points at a very minimal ubuntu shell running inside a literal virtual machine. The
2. Powershell Just pathetic. Doing |
@NeekSandhu Thanks a lot for the input, i'm going to deep dive into this to try and resolve the issues |
as a zsh user under cygwin on windows 10: Great work @LeanderFS @NeekSandhu Edit: shell: 'C:\\cygwin64\\bin\\zsh.exe',
shellArgs: [] // it's important not to add "--login" or "-l" parameter |
I'm looking for someone who has access to a Windows device that can test the workings of the plugin.
The text was updated successfully, but these errors were encountered: