Namespace Microsoft.SqlTools.ServiceLayer.Workspace
Classes
Workspace
Manages a "workspace" of script files that are open for a particular editing session. Also helps to navigate references between ScriptFiles.
WorkspaceService<TConfig>
Class for handling requests/events that deal with the state of the workspace, including the opening and closing of files, the changing of configuration, etc.
Delegates
WorkspaceService.ConfigChangeCallback<>
Delegate for callbacks that occur when the configuration for the workspace changes
WorkspaceService.TextDocChangeCallback<>
Delegate for callbacks that occur when the current text document changes
WorkspaceService.TextDocCloseCallback<>
Delegate for callbacks that occur when a text document is closed
WorkspaceService.TextDocOpenCallback<>
Delegate for callbacks that occur when a text document is opened