著者:山本美穂
米Microsoft 社発のオープンソースエディタ「Visual Studio Code」には「Extension」と呼ばれる機能拡張用のソフトウエアが多数提供されています。本連載では便利なExtension の使い方を中心に紹介します。第1回は、PaaS「Azure App Service」と連携できるExtension です。
シェルスクリプトマガジン Vol.57は以下のリンク先でご購入できます。
| 1 2 3 4 5 6 7 8 9 10 11 12 | {     "name": "app-service-hello-world",     "description": "Simple Hello World Node.js sample for Azure App Service",     "version": "0.0.1",     "private": true,     "license": "MIT",     "author": "Microsoft",     "scripts": {         "start": "node index.js"         start_azure_debug":"node --inspect=0.0.0.0:$APPSVC_TUNNEL_PORT index.js     } } |