-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to utils v2 #3707
Update to utils v2 #3707
Conversation
@@ -1182,18 +1182,21 @@ | |||
"webpack-cli": "^4.6.0" | |||
}, | |||
"dependencies": { | |||
"@azure/arm-appinsights": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly the App Insights SDK hasn't GA'd their Track 2 version. So we need to use an alpha build.
Not really sure why webpack is freaking out. Unless you specify the "webworker" target, it should only be targeting node. |
It also freaked out in VMs. I had to explicitly specific target: node to fix it. Very weird. |
Fully converts extension to Track 2 SDKs.
@azure/ms-rest-js
dependency@azure/core-client
,@azure/core-rest-pipeline
,@microsoft/vscode-azureresources-api
, and@microsoft/vscode-azext-azureappsettings
.