-
Notifications
You must be signed in to change notification settings - Fork 755
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
Remote control connection error in VSCode #19226
Comments
Does anyone know why is this displayed in the events ? It is, as best, confusing since with VS Code you can only do hot reload if the debugger is not used. From Nick's
that seems to be correct but if there's logic behind the error message then it might be blocking the only way it can work right now. |
Because on VS we now need to have the debugger attached to get the HR. I'll confirm all those messages before the release (things can still evolve in term of support). But @spouliot the main point I observe with Nick is that the port number and / or host is not configured properly, so the client is not even able to connect back to the dev-server. |
To clarify, we had to But @nickrandolph something bugs me however, how did you get the second screenshot with the "No changes detected" ? Because this could indeed being caused by a wrong condition in HR startup. |
Oh ok good to know. So either there is a bug there, either is it possible that if the file is still on the disk it still being considered? |
Quick summary of more detailed repro steps:
|
Did you select an active project ? or was the solution selected ? See @agneszitte reply for a similar issue.
It's weird that it is not rebuilt... the |
Yes project was selected as active project. @spouliot you can ping me directly if you need more info or want to dig into this together |
Ok I'm able to somehow repro your issues. Those are linked to the changes introduced by https://github.com/unoplatform/uno.vscode/pull/883 (and the fact the old file remains on the disk is still being considered). Working to fix this. |
@Darsh0307 with the "Sign in / Register" banner visible that screenshot looks like VS, not VS Code (as mentioned in the issue's title). |
Current behavior
Created new app from cli "dotnet new unoapp -preset blank -o TestApp"
Opened folder in VSCode
Selected Android + Emulator and then "Run without debugger"
Connection isn't established correctly
Changes in XAML aren't being correctly sent to device
uno.templates version: 5.6.2
uno.check version: 1.28.0-dev.43
Generated ServerEndpoint includes localhost, which might be an issue for connection??
Expected behavior
HR connection status should show green
XAML changes should be sent to device
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: