await azFileDelete()

in src/cloudShell.ts [62:69]


                    await azFileDelete(
                        vscode.workspace.getWorkspaceFolder(vscode.Uri.file(file)).name,
                        this.storageAccountName,
                        this.storageAccountKey,
                        this.fileShareName,
                        file);
                    break;
                } catch (err) {