From b9875248662b66bb936643eafcfbf18394f579f3 Mon Sep 17 00:00:00 2001 From: Zihong Date: Thu, 20 May 2021 05:46:29 +0000 Subject: [PATCH] fix(vsc): update vsc contribution guide (#1116) --- packages/vscode-extension/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vscode-extension/CONTRIBUTING.md b/packages/vscode-extension/CONTRIBUTING.md index f1b6beed986..c8d39e29ea1 100644 --- a/packages/vscode-extension/CONTRIBUTING.md +++ b/packages/vscode-extension/CONTRIBUTING.md @@ -10,15 +10,15 @@ Verify you have the right prerequisites for building Teams apps and install some - + - + - +

Node.js

As a fundamental runtime context for Teams app, Node.js v10.x, v12.x or v14.x is required (v14.x is recommended).

M365

The Teams Toolkit requires a Microsoft 365 organizational account where Teams is running and has been registered.

Azure

The Teams Toolkit may require an Azure account and subscription to deploy the Azure resources for your project.