Click or drag to resize
EditorMethodsDidChangeWatchedFiles Field
A notification sent from the client to the server when the client detects changes to file watched by the lanaguage client.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public const string DidChangeWatchedFiles = "textDocument/didChangeWatchedFiles"

Field Value

Type: String
See Also