mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-13 05:15:30 +00:00
fixed quickstarts (#1157)
This commit is contained in:
parent
3aa4bbe266
commit
fa8be2bc0f
@ -1204,10 +1204,9 @@ export default class Explorer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async handleOpenFileAction(path: string): Promise<void> {
|
public async handleOpenFileAction(path: string): Promise<void> {
|
||||||
if (
|
if (userContext.features.phoenix) {
|
||||||
userContext.features.phoenix === false &&
|
await this.allocateContainer();
|
||||||
!(await this._containsDefaultNotebookWorkspace(userContext.databaseAccount))
|
} else if (!(await this._containsDefaultNotebookWorkspace(userContext.databaseAccount))) {
|
||||||
) {
|
|
||||||
this._openSetupNotebooksPaneForQuickstart();
|
this._openSetupNotebooksPaneForQuickstart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user