Replies: 3 comments 3 replies
-
Realized that there is something that is really error prompt which can cause such connection errors, when we change the TFM, we need to make sure to launch profile in the "Run and Debug" option. Also has the TFM is reset when we close and re-open VS code, this has to be validated when we re-open a project. Also, as are using an external agent to detect and push changes in code to the running app (a.k.a. the "dev-server"), the debugger must not be attached to the app. This means that we cannot use the "play" button in the "Run and Debug" pane, but instead we need to use the menu "Run / Run Without Debugging" or press |
Beta Was this translation helpful? Give feedback.
-
I've created a new solution selecting desktop TFM only. I see that right now Sdk has changed to 5.3.108, this morning it was 5.3.99. With 108 I can't even run the project, progress ring on 'Projects' is running for ever. If I try to run the project using Ctrl+F5, I get:
So I moved to 99 again and used Ctrl + F5, and HR it's working. Sorry, my fault. I was using F5 to debug. |
Beta Was this translation helpful? Give feedback.
-
HR fails In 2 different computers one with VS Code and the other VS Code insiders.
It works using Visual Studio but it fails in VS Code. (I tried reloading window)
VS 17.12.0 Preview 1.0
This is the Uno hot reload output:
hot-reload.txt
And this is the sample I've used.
testHotReload.zip
Beta Was this translation helpful? Give feedback.
All reactions