LanguageServerProviderConfiguration(String, DocumentFilter[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the LanguageServerProviderConfiguration class.
public LanguageServerProviderConfiguration (string displayName, Microsoft.VisualStudio.Extensibility.DocumentFilter[] appliesTo);
new Microsoft.VisualStudio.Extensibility.LanguageServer.LanguageServerProviderConfiguration : string * Microsoft.VisualStudio.Extensibility.DocumentFilter[] -> Microsoft.VisualStudio.Extensibility.LanguageServer.LanguageServerProviderConfiguration
Public Sub New (displayName As String, appliesTo As DocumentFilter())
Parameters
- displayName
- String
The display name of the language server.
- appliesTo
- DocumentFilter[]
The conditions under which the LanguageServerProvider should be activated.