mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 01:25:38 -05:00
Adding option to open referenced project from SQL Project reference item (#23178)
* Adding hook to open a referenced SQL project * cleanup * adding docstring
This commit is contained in:
@@ -81,7 +81,7 @@ export class WorkspaceService implements IWorkspaceService {
|
||||
vscode.workspace.updateWorkspaceFolders(vscode.workspace.workspaceFolders?.length || 0, undefined, ...(newWorkspaceFolders.map(folder => ({ uri: vscode.Uri.file(folder) }))));
|
||||
}
|
||||
|
||||
// 2. Compare projcets being added against prior (cached) list of projects in the workspace
|
||||
// 2. Compare projects being added against prior (cached) list of projects in the workspace
|
||||
|
||||
const previousProjects: string[] = (await this.getProjectsInWorkspace(undefined, false)).map(p => p.path);
|
||||
let newProjectAdded: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user