Skip to content

Commit c51d53c

Browse files
Merge pull request #214884 from PatAltimore/patricka-spygi
Exclude dev tool install for vscode extension
2 parents bb4feb6 + 1a817e9 commit c51d53c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/iot-edge/how-to-vs-code-develop-module.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-edge
55
author: PatAltimore
66

77
ms.author: patricka
8-
ms.date: 08/30/2022
8+
ms.date: 10/18/2022
99
ms.topic: conceptual
1010
ms.service: iot-edge
1111
ms.custom: devx-track-js
@@ -67,6 +67,9 @@ To build and deploy your module image, you need Docker to build the module image
6767
> You can use a local Docker registry for prototype and testing purposes instead of a cloud registry.
6868
6969
- Install the [Azure CLI](/cli/azure/install-azure-cli)
70+
71+
::: zone pivot="iotedge-dev-cli"
72+
7073
- Install the Python-based [Azure IoT Edge Dev Tool](https://pypi.org/project/iotedgedev/) in order to set up your local development environment to debug, run, and test your IoT Edge solution. If you haven't already done so, install [Python (3.6/3.7/3.8) and Pip3](https://www.python.org/) and then install the IoT Edge Dev Tool (iotedgedev) by running this command in your terminal.
7174

7275
```cmd
@@ -79,6 +82,8 @@ To build and deploy your module image, you need Docker to build the module image
7982
>
8083
> For more information setting up your development machine, see [iotedgedev development setup](https://github.com/Azure/iotedgedev/blob/main/docs/environment-setup/manual-dev-machine-setup.md).
8184
85+
::: zone-end
86+
8287
Install prerequisites specific to the language you're developing in:
8388
8489
# [C](#tab/c)

0 commit comments

Comments
 (0)