await azFilePush()

in src/cloudShell.ts [211:222]


            await azFilePush(
                vscode.workspace.getWorkspaceFolder(vscode.Uri.file(file)).name,
                this.storageAccountName,
                this.storageAccountKey,
                this.fileShareName,
                file,
            );
        }
    }

    private isCombinedWithPush(command: string): boolean {
        switch (command) {