-
Notifications
You must be signed in to change notification settings - Fork 37
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
Activation fails on newly released stable VSCode v1.95.0
with electron v32.2.1
(no binding found)
#593
Comments
v1.95.0
with electron v32.2.1
(no binding found)v1.95.0
with electron v32.2.1
(no binding found)
I managed to produce a working build of the addon for Windows x64 ( Download the electron
|
Hi! Great many thanks for hints on compiling for Windows! Somehow it seems all the other platforms have built without problems, just after updating |
I actually didn't even run Now that I successfully built in Linux by just updating the packages in I noticed the root
I assumed they were essential for the build of the addons at the time. I'm not sure now. I will try to redo the the build on Windows but with minimal version updates. |
I think I did minimal package update (as I have said, |
I tried again to recompile. Starting by resetting all the modifications I used earlier. The minimum required changes were: Updating versions of Adding:
In the
And fixing the type error that's possibly caused by the C++20 compilation: In
I'm not sure why it didn't need to be explicitly told it's
Maybe something about the order I did the changes now made it do that automatically. I compiled for x64 and ia32 this way and they both worked. I see the new version you released does include an |
I did exactly as you say. I have added C++20. Will remove it later then. I assume |
Thanks. |
Debug messages (I enabled
SPELLRIGHT_DEBUG_OUTPUT
in the code):Looks like:
Goes and tries to
require
each addon in turn, and selects the last one that succeeds?So no addon succeeds initialization now, is it because of the new Electron version?
VSCode info:
Is there some automated process (continuous integration) that automates building the addons? Can you maybe give instructions on how to help with this? (doesn't seem like it can be easily automated locally, due to the different architectures? Especially since I'm using Windows, it's likely going to be hard to cross-build for macOS)
Anyway, thanks for making the best spell checking extension for VSCode! I'm really depending on it, that's why I'm trying to offer some help.
The text was updated successfully, but these errors were encountered: