cd vscode-azure-iot-edge
npm install
F5
. Go! A new VS Code instance will open, and you could debug it.pip install --upgrade iotedgehubdev
but build edge solution still comes back with error: Unable to load the service index for source https://api.nuget.org/v3/index.json[base 4/4] RUN curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l ~/vsdbg:
#8 2.379 Info: Previous installation at '/home/moduleuser/vsdbg' not found
#8 2.379 Info: Using vsdbg version '16.9.20122.2'
#8 2.379 Info: Creating install directory
#8 2.381 Using arguments
#8 2.381 Version : 'latest'
#8 2.381 Location : '/home/moduleuser/vsdbg'
#8 2.381 SkipDownloads : 'false'
#8 2.381 LaunchVsDbgAfter : 'false'
#8 2.382 RemoveExistingOnUpgrade : 'false'
#8 2.391 Info: Using Runtime ID 'linux-x64'
#8 2.720
#8 2.720 ERROR: No internet connection.
executor failed running [/bin/sh -c curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l ~/vsdbg]: exit code: 1
docker build --rm -f "c:\edge-modules\src\EdgeModules\modules\MyModule\Dockerfile.amd64" -t myacr.azurecr.io/my-module:0.0.1-amd64 "c:\edge-modules\src\EdgeModules\modules\MyModule" ; if ($?) { docker push muacr.azurecr.io/my-module:0.0.1-amd64 }
Which results in ""docker build" requires exactly 1 argument.