remove the telemetrywrapper to push command (#136)

This commit is contained in:
Sheng Chen 2018-03-09 10:24:13 +08:00 коммит произвёл GitHub
Родитель 7d92832b34
Коммит 60eca14ba2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,7 @@ export async function activate(ctx: vscode.ExtensionContext) {
await integratedShell.visualize();
}));
ctx.subscriptions.push(TelemetryWrapper.registerCommand("azureTerraform.push", async () => {
ctx.subscriptions.push(vscode.commands.registerCommand("azureTerraform.push", async () => {
if (terminalSetToCloudshell()) {
const tfFiles: vscode.Uri[] = await vscode.workspace.findFiles(filesGlobSetting());
await cloudShell.pushFiles(tfFiles);