-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Convert VscodeHatRendered to use vscode.workspace.fs #2194
Conversation
…er.ts Log cannot watch hatsDir exception. Co-authored-by: David Vo <[email protected]>
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.
looks good, but @AndreasArvidsson maybe you'd like to test locally to make sure it doesn't break your custom hats? I don't use custom hats
I assume @bjaspan has tested it already? |
It works well enough for me in the web-based VSCode inside Google to load and display standard hats. I don't use custom hats, either, and they wouldn't work (yet) in the web environment since that part of the code still uses |
I'll test locally just to ensure that normal hats don't break, but I won't test custom hats because that's not an officially supported feature. @AndreasArvidsson I guess you can file an issue if custom hats break |
This is part of porting Cursorless to work in the web environment. This is a re-roll of #2153 which I messed up with bad git-fu. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: Barry Jaspan <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: David Vo <[email protected]>
This is part of porting Cursorless to work in the web environment.
This is a re-roll of #2153 which I messed up with bad git-fu.
Checklist