View source
typedef DidChangeWatchedFilesClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Fields
optionalrelativePatternSupport:Null<Bool>
Whether the client has support for {@link RelativePattern relative pattern} or not.
Available since
3.17.0
.optionaldynamicRegistration:Null<Bool>
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.