-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check compatibility to other OS #5
Comments
In general the extension is working on windows. Only running Ultimate itself ended in an error of Ultimate. This has nothing to do with the VSCode extension, but so far only the REST API mode works for sure. |
I tried to use the extension with Windows 10, Rest API and default server, but it seems like it does nothing. Is there any way of triggering the verification request manually and not with each save? Are there some log levels or debug modes that I could try? |
Currently the extension is activated as soon as the active editor contains a C file. Verification is only triggered on saving the file (no changes on the content are necessary, STRG+S should always trigger the verification). To be honest, my tests on Windows were relatively quick, but I'll check it again and get back to you 😬 |
But thank you for testing and reporting! |
@danieldietsch Did you open the file from a trusted workspace? As far as I know, extensions are not activated on files which are not in a workspace. This might be a possible issue for your description. 🤔 |
No, its a trusted workspace. |
Ok, I just tested again and I don't have any issues with Windows 10 and the default backend. Indeed it does not work with https://ultimate.sopranium.de since the URL after the base url is different, I have to change that. The settings below (default except for the settings and toolchain which are not needed for the REST API) work on my test machine: Is there a spinning wheel labeled with "Fetching Ultimate results..." in the status bar after saving the file and do you have the output windows "Ultimate Results" and Ultimate Log at all? |
It started working after restarting vscode 👍 |
Tested on (REST-API, direct stdout, Ultimate wrapped in Docker Container):
The text was updated successfully, but these errors were encountered: