Adding additional parameter to data workspace provider API (#13570)

This commit is contained in:
Benjin Dubishar
2020-11-30 12:52:08 -08:00
committed by GitHub
parent 426f1ae99b
commit a9eb6880d4
4 changed files with 5 additions and 4 deletions

View File

@@ -55,8 +55,9 @@ declare module 'dataworkspace' {
*
* @param name Create a project
* @param location the parent directory of the project
* @param projectTypeId the identifier of the selected project type
*/
createProject(name: string, location: vscode.Uri): Promise<vscode.Uri>;
createProject(name: string, location: vscode.Uri, projectTypeId: string): Promise<vscode.Uri>;
/**
* Gets the supported project types