This commit is contained in:
formulahendry 2017-08-21 12:58:53 +08:00
Родитель 477cd9ea0f
Коммит d59eebb2b9
2 изменённых файлов: 3 добавлений и 2 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -1,2 +1,3 @@
out
node_modules
node_modules
npm-debug.log

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

@ -46,7 +46,7 @@ Interact with Azure IoT Hub, IoT Device Management, IoT Hub Code Snippets.
| iotCallDirectMethods | Send direct methods to device |
| iotReceiveDirectMethods | Receive direct methods from IoT Hub |
![Snippet](images/snippet.gif)
![Snippet](https://github.com/formulahendry/vscode-azure-iot-toolkit/raw/master/images/snippet.gif)
> After code snippet is created, you need to install corresponding npm package (e.g. [azure-iot-device-mqtt](https://www.npmjs.com/package/azure-iot-device-mqtt)) to run the code snippet.
> If you want to 'Run Code' directly, you need to install [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner).