This commit is contained in:
Justin Kolasa (from Dev Box)
2025-05-02 11:22:49 -04:00
76 changed files with 4337 additions and 1525 deletions

View File

@@ -89,6 +89,7 @@ export enum Action {
PhoenixDBAccountAllowed,
DeleteCellFromMenu,
OpenTerminal,
OpenCloudShellTerminal,
CreateMongoCollectionWithWildcardIndex,
ClickCommandBarButton,
RefreshResourceTreeMyNotebooks,
@@ -146,6 +147,8 @@ export enum Action {
SavePersistedTabState,
DeletePersistedTabState,
UploadDocuments, // Used in Fabric. Please do not rename.
CloudShellUserConsent,
CloudShellTerminalSession,
OpenVSCode,
}