You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get `testExtensionId` from `package.json`
* Fix `ERR_AMBIGUOUS_ARGUMENT`
That `assert.throws` block actually shouldn't have had a message there. I mean,
it could have a message, but it was pointless to have it be the message that the
assertion throws, as that's not the point of that argument (which is what that
error means).
https://github.com/nodejs/node/blob/master/doc/api/errors.md#err_ambiguous_argument
"UUID provided was invalid, make sure you ran the 'powershellExtensionClient.registerExternalExtension(extensionId)' method and pass in the UUID that it returns to subsequent methods.");
0 commit comments