Class DidChangeWatchedFilesClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DidChangeWatchedFilesClientCapabilities
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanDid change watched files notification supports dynamic registration.inthashCode()setDynamicRegistration(Boolean dynamicRegistration)
-
Method Details
-
getDynamicRegistration
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. -
setDynamicRegistration
-
equals
-
hashCode
public int hashCode() -
create
-