Add description for remote debug in readme (#254)

This commit is contained in:
Sheng Chen 2018-03-02 12:37:55 +08:00 коммит произвёл Eric Jizba
Родитель bb1911e393
Коммит 90114eea83
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -38,6 +38,7 @@ to get started with the Azure Functions extension.
* JSON Intellisense for `function.json`, `host.json`, and `proxies.json`
* Stream logs from your remote Function Apps
* Debug Java Function App on Azure (experimental)
> NOTE: To enable it, you can set `azureFunctions.enableRemoteDebugging` to true.
### Create New Project