Skip to content
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

Merged
merged 6 commits into from
Jun 13, 2023
Merged

Update to utils v2 #3707

merged 6 commits into from
Jun 13, 2023

Conversation

alexweininger
Copy link
Member

Fully converts extension to Track 2 SDKs.

  • Updated min version of VS Code to 1.79.0.
  • Removed @azure/ms-rest-js dependency
  • Added @azure/core-client, @azure/core-rest-pipeline, @microsoft/vscode-azureresources-api, and @microsoft/vscode-azext-azureappsettings.

@alexweininger alexweininger requested a review from a team as a code owner June 12, 2023 22:55
@@ -1182,18 +1182,21 @@
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@azure/arm-appinsights": "^4.0.0",
Copy link
Member Author

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.

bwateratmsft
bwateratmsft previously approved these changes Jun 13, 2023
@nturinski
Copy link
Member

Not really sure why webpack is freaking out. Unless you specify the "webworker" target, it should only be targeting node.

@alexweininger
Copy link
Member Author

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.

bwateratmsft
bwateratmsft previously approved these changes Jun 13, 2023
@alexweininger alexweininger merged commit 0201d98 into main Jun 13, 2023
@alexweininger alexweininger deleted the alex/blush-moth branch June 13, 2023 20:03
@microsoft microsoft locked and limited conversation to collaborators Jul 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants