Click or drag to resize
EditorMethodsDidCloseTextDocument Field
A notification sent from the client to the server when a document is closed in the client.

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

Field Value

Type: String
See Also