-
Notifications
You must be signed in to change notification settings - Fork 725
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
[VS Code] Stuck loading projects #18139
Comments
@spouliot let us know if you have some input on this, please |
fyi @jeromelaban seems to happen with latest Uno.Sdk 5.3.108 (cf. @mcNets comment here #18078 (comment)), but also @jhanvi03 was also able to reproduce it with Uno.Sdk 5.3.99 on her side yesterday (see her comment here) |
Maybe related to the latest VS Code update from yesterday, August version 1.93, as @jhanvi03 started to notice the issue with this new version. @kazo0, @mcNets did you update VS Code to latest version 1.93 on your side yesterday? |
Re-tested using a new project, this is actually failing also on my side, including if I rollback to 5.3.99 (and same with 5.3.31) ... |
@agneszitte yes, I did. |
FYI Still failing with latest branch of our vs code extension (including with 5.3.31) |
Also I just remembered that VS Code auto update by default if the default settings are not changed |
It's worth noting that this particular UI is not an Uno feature, and is provided by devkit, it's likely we won't be able to fix anything there, and will have to wait for the C# DevKit team to fix it. There's no issue yet. |
We have tested with older/previous VS code version and C# DevKit version and issue seems to be with new version of C# Devkit.
|
This may then be somehow related to microsoft/vscode-dotnettools#1436. |
I filed an issue with MS last week when using a pre release version of dev kit. Looks like they have gone ahead with the release without fixing the issue :( |
@spouliot could you link the issue please? |
I got the issue with 5.3.108, but if I downgrade to 5.3.99 it runs with no other actions. I'm on 1.93.0-insider |
|
Updating the Microsoft C# DevKit to version |
Updating Microsoft C# DevKit to stable 1.11.14 works fine, closing. |
Current behavior
Plugin forever loading Projects?
I'm noticing that I need to always manually invoke the Select Active Project in the command palette. Otherwise it just stays stuck loading the Projects:
I don't see anything in any of the logs
Workaround
Reverting C# Dev Kit to 1.9.55 make projects load properly.
Use the Uninstall/Install another version to revert the update:
The text was updated successfully, but these errors were encountered: