Add DOTNET_USE_POLLING_FILE_WATCHER to help output
This commit is contained in:
parent
c84bdb35d3
commit
349980c89e
|
|
@ -29,6 +29,13 @@ namespace Microsoft.DotNet.Watcher
|
||||||
Error = stderr,
|
Error = stderr,
|
||||||
AllowArgumentSeparator = true,
|
AllowArgumentSeparator = true,
|
||||||
ExtendedHelpText = @"
|
ExtendedHelpText = @"
|
||||||
|
Environment variables:
|
||||||
|
|
||||||
|
DOTNET_USE_POLLING_FILE_WATCHER
|
||||||
|
When set to '1' or 'true', dotnet-watch will poll the file system for
|
||||||
|
changes. This is required for some file systems, such as network shares,
|
||||||
|
Docker mounted volumes, and other virtual file systems.
|
||||||
|
|
||||||
Remarks:
|
Remarks:
|
||||||
The special option '--' is used to delimit the end of the options and
|
The special option '--' is used to delimit the end of the options and
|
||||||
the beginning of arguments that will be passed to the child dotnet process.
|
the beginning of arguments that will be passed to the child dotnet process.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue