diff --git a/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap b/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap index 7a54134db..1a7dfab49 100644 --- a/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap +++ b/src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap @@ -34,6 +34,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { @@ -116,6 +117,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { @@ -237,6 +239,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { @@ -287,6 +290,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { @@ -367,6 +371,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { @@ -417,6 +422,7 @@ exports[`SettingsComponent renders 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 01d4d5873..f0262a2b5 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -299,7 +299,7 @@ export default class Explorer { setTimeout(() => { const timeOutTime = Date.now() - startTime; - if (!vsCodeNotOpened && timeOutTime < 1300) { + if (!vsCodeNotOpened && timeOutTime < 1200) { vsCodeNotOpened = true; useDialog.getState().openDialog(openVSCodeDialogProps); } diff --git a/src/Explorer/Panes/AddGlobalSecondaryIndexPanel/__snapshots__/AddGlobalSecondaryIndexPanel.test.tsx.snap b/src/Explorer/Panes/AddGlobalSecondaryIndexPanel/__snapshots__/AddGlobalSecondaryIndexPanel.test.tsx.snap index cef30c445..2d3d99cb7 100644 --- a/src/Explorer/Panes/AddGlobalSecondaryIndexPanel/__snapshots__/AddGlobalSecondaryIndexPanel.test.tsx.snap +++ b/src/Explorer/Panes/AddGlobalSecondaryIndexPanel/__snapshots__/AddGlobalSecondaryIndexPanel.test.tsx.snap @@ -150,6 +150,7 @@ exports[`AddGlobalSecondaryIndexPanel render default panel 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { diff --git a/src/Explorer/Panes/GitHubReposPanel/__snapshots__/GitHubReposPanel.test.tsx.snap b/src/Explorer/Panes/GitHubReposPanel/__snapshots__/GitHubReposPanel.test.tsx.snap index 10eb7c791..83f6c44a5 100644 --- a/src/Explorer/Panes/GitHubReposPanel/__snapshots__/GitHubReposPanel.test.tsx.snap +++ b/src/Explorer/Panes/GitHubReposPanel/__snapshots__/GitHubReposPanel.test.tsx.snap @@ -22,6 +22,7 @@ exports[`GitHub Repos Panel should render Default properly 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": { diff --git a/src/Explorer/Panes/StringInputPane/__snapshots__/StringInputPane.test.tsx.snap b/src/Explorer/Panes/StringInputPane/__snapshots__/StringInputPane.test.tsx.snap index fe25942d4..7fe1338fe 100644 --- a/src/Explorer/Panes/StringInputPane/__snapshots__/StringInputPane.test.tsx.snap +++ b/src/Explorer/Panes/StringInputPane/__snapshots__/StringInputPane.test.tsx.snap @@ -12,6 +12,7 @@ exports[`StringInput Pane should render Create new directory properly 1`] = ` "isTabsContentExpanded": [Function], "onRefreshDatabasesKeyPress": [Function], "onRefreshResourcesClick": [Function], + "openVsCodeButtonClick": [Function], "phoenixClient": PhoenixClient { "armResourceId": undefined, "retryOptions": {