mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
@@ -31,6 +31,12 @@ declare module 'dataworkspace' {
|
||||
*/
|
||||
getProjectTreeDataProvider(projectFile: vscode.Uri): Promise<vscode.TreeDataProvider<any>>;
|
||||
|
||||
/**
|
||||
* Notify the project provider extension that the specified project file has been removed from the data workspace
|
||||
* @param projectFile The Uri of the project file
|
||||
*/
|
||||
RemoveProject(projectFile: vscode.Uri): Promise<void>;
|
||||
|
||||
/**
|
||||
* Gets the supported project types
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user