Skip to content

Commit

Permalink
Merge pull request unoplatform#14564 from unoplatform/dev/jela/hr-wasm
Browse files Browse the repository at this point in the history
chore: update vscode HR troubleshooting
  • Loading branch information
jeromelaban authored Nov 27, 2023
2 parents eb926e7 + f4497b0 commit 4282cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/articles/features/working-with-xaml-hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ Hot Reload is supported by Visual Studio for WinAppSDK and provides support in u
- The app does not update its XAML, because the port number in `RemoteControl.g.cs` is `0`.
- Ensure you have the latest version of the Visual Studio extension installed.
- Rebuild the app until the number is different than zero.
-

### VS Code
- The output window in Code has an output named "Uno Platform - Hot Reload" in its drop down. Diagnostics messages from the extension appear there.
- Depending on your machine's performance, the hot reload engine may take a few moments to initialize and take your project modifications into account.
- Make sure that the selected project in the status bar is not the solution file, but rather the project platform you are debugging.
- If Hot Reload does not function properly, you can try using the `Developer: Reload Window` command in the palette (using `Ctrl+Shift+P`)
- If Hot Reload does not function properly, you can try using the `Developer: Reload Window` command in the palette (using `Ctrl+Shift+P`)
- When working on Skia+Gtk apps, make sure to start the app without the debugger, and make sure that in the debugger tab, the `Skia.Gtk (Debug)` target selected.

0 comments on commit 4282cc9

Please sign in to comment.