Interface DidChangeWatchedFilesClientCapabilities

interface DidChangeWatchedFilesClientCapabilities {
    dynamicRegistration?: boolean;
    relativePatternSupport?: boolean;
}

Properties

dynamicRegistration?: boolean

Did change watched files notification supports dynamic registration. Please note that the current protocol doesn't support static configuration for file changes from the server side.

relativePatternSupport?: boolean

Whether the client has support for relative pattern or not.

3.17.0