mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
filter data-workspace projects by ext (#14354)
* add filtering by project extension * Fix tests * addressing comments * convert to lowercase
This commit is contained in:
@@ -15,8 +15,9 @@ declare module 'dataworkspace' {
|
||||
export interface IExtension {
|
||||
/**
|
||||
* Returns all the projects in the workspace
|
||||
* @param ext project extension to filter on. If this is passed in, this will only return projects with this file extension
|
||||
*/
|
||||
getProjectsInWorkspace(): vscode.Uri[];
|
||||
getProjectsInWorkspace(ext?: string): vscode.Uri[];
|
||||
|
||||
/**
|
||||
* Add projects to the workspace
|
||||
|
||||
Reference in New Issue
Block a user