Click or drag to resize
CoreMethods Class
Methods defined by the VS Code Language Server Protocol.
Inheritance Hierarchy
SystemObject
  VSCodeCoreMethods

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public static class CoreMethods

The CoreMethods type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCancelRequest
Sent when a request should be cancelled.
Public fieldStatic memberExit
Sent by VS Code to ask the server to exit.
Public fieldStatic memberInitialize
Sent by VS Code when the server is being initialized.
Public fieldStatic memberShutdown
Sent by VS Code to ask the server to shut down (VSCode.NET currently does not do anything except respond to the request).
Top
See Also