Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
FileSystemProvider
/
WatchOptions
Watch
Options
interface
WatchOptions
(
source
)
Members
Properties
excludes
Link copied to clipboard
abstract
val
excludes
:
ReadonlyArray
<
JsString
>
A list of paths and pattern to exclude from watching.
recursive
Link copied to clipboard
abstract
val
recursive
:
Boolean
When enabled also watch subfolders.