microsoft / vscode-azureresourcegroups

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

Stop importing from docs #743

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

Fixing where we were importing from the types file meant for documentation only. I also added an eslint rule to prevent this in the future.

We should only import this stuff from the src itself.