Update hot-reload.md (#26064)
* Update hot-reload.md * Update aspnetcore/test/hot-reload.md * Apply suggestions from code review Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> * Update Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>pull/26067/head
parent
ee892461da
commit
3a061de44b
|
@ -57,6 +57,14 @@ To disable support for Hot Reload, pass the `--no-hot-reload` option to the `dot
|
|||
dotnet watch --no-hot-reload
|
||||
```
|
||||
|
||||
## Disable Hot Reload
|
||||
|
||||
The following setting in `Properties/launchSettings.json` disables Hot Reload:
|
||||
|
||||
```json
|
||||
"hotReloadEnabled" : false
|
||||
```
|
||||
|
||||
## Additional resources
|
||||
|
||||
For more information, see the following resources in the Visual Studio documentation:
|
||||
|
|
Loading…
Reference in New Issue