ProvideWorkspaceSettingsAttribute(String, String) 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 ProvideWorkspaceSettingsAttribute class.
public:
ProvideWorkspaceSettingsAttribute(System::String ^ settingsType, System::String ^ relativeSettingsJsonPath);
public ProvideWorkspaceSettingsAttribute (string settingsType, string relativeSettingsJsonPath);
new Microsoft.VisualStudio.LanguageServer.Client.ProvideWorkspaceSettingsAttribute : string * string -> Microsoft.VisualStudio.LanguageServer.Client.ProvideWorkspaceSettingsAttribute
Public Sub New (settingsType As String, relativeSettingsJsonPath As String)
Parameters
- settingsType
- String
The type of settings (e.g. "VSWorkspaceSettings").
- relativeSettingsJsonPath
- String
Relative path to the settings.json file that exists inside of the extension.