microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
53 stars 28 forks source link

Add `Buffer` Node standard library to `webpack` bundle #567

Closed MicroFish91 closed 1 year ago

MicroFish91 commented 1 year ago

Should solve the issue we're seeing with edit tags in #543

I'm using the node-stdlib-browser package as a dev dependency to help us bring in Node's Buffer library, let me know if there is another package or method we would prefer using instead to solve this issue.