- 
                Notifications
    You must be signed in to change notification settings 
- Fork 166
Native Windows Support #242
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
Conversation
| For release and installation, @cwlbraa I've not looked into this process in detail, so some hint or pointers would be great. | 
| For doc updates, @jpadams it would be great if you could help here, or point me where changes are needed | 
| @zhichli @cwlbraa would be great to have the Windows install use  We can kick off a PR here: https://github.com/microsoft/winget-pkgs/blob/master/doc/README.md#authoring-a-manifest For docs @zhichli, happy to help when I'm back on Monday with my Windows machine to confirm things. 
 | 
| @grouville is looking into this! | 
|  | ||
| package main | ||
|  | ||
| // On Windows, SIGUSR1 is not available, so we provide a no-op implementation | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add another way to dump the stack on Windows, but at the moment, it's totally fine 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious to know what way you are suggesting? I'm learning go along the way, so pls educate me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, BTW, this is my alternative github account of @zhichli.
| @zhichli Force pushed to resolve the  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing contribution 🙏
Address #159 [Feature]: Native windows support for VS Code and Visual Studio 2022 with GH Copilot #159 based on #91 ai generated windows build, untested #91
Major callouts:
go test ./...watchcommand is smoothed and style-aligned with go-watch as suggested by this commentFuture steps: