-
Notifications
You must be signed in to change notification settings - Fork 111
fix: reset vscode version to 1.96.2
#1084
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
fix: reset vscode version to 1.96.2
#1084
Conversation
This is the lowest-common-denominator to work with both VS Code forks, Cursor which is at 1.96.2 and Windsurf which is at 1.97.0
Does |
No, it does seem to crop up again but I haven't been able to figure it out. The LLM is saying it's due to errors in internal VS Code ts/js code but I don't know whether or not there's some way to get everything to work with the old engine and the current engine, or if the 1042 issues don't have an impact of the extension working on all 3 editors. Here's the current output of
hmm ... that was when I from a terminal in Windsurf. When I do the same from a terminal in VS Code I get this:
I don't understand why it's different since no matter which editor I'm using a terminal inside of, the test still only uses VS Code. After getting that bad output I did It seems to be Maybe it's something intermittent in |
Hmmm. Testing this branch locally doesn't really show any errors for me. Since the errors in question only show up in testing and they only appear for you after the tests finish, I think this is fine to merge just so we don't block VS Code forks from being able to update the extension. |
Great! There seemed to be something spurious about them. |
Issues
#1074
Description
This is the lowest-common-denominator to work with both VS Code forks, Cursor which is at 1.96.2 and Windsurf which is at 1.97.0
Demo
How Has This Been Tested?
I build (from Windsurf) using
just setup
andjust package-vscode
Then I installed the resulting VSIX manually from the command palette into both Windsurf and Cursor.
The status bar item with the dialect indicator and the new Harper logo showed up in both. Typing gibberish into the editor of both causes Harper to flag them as misspellings.
Checklist