View source
typedef NotebookDocumentSyncRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
Registration options specific to a notebook.
Available since
3.17.0
.Fields
optionalsave:Null<Bool>
Whether save notification should be forwarded to
the server. Will only be honored if mode === notebook
.
notebookSelector:Array<{notebook:Null<EitherType<String, NotebookDocumentFilter>>, cells:Null<Array<{language:String}>>}>
The notebooks to be synced
optionalid:Null<String>
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.