microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Extension should detect and use locally installed SWA CLI #857

Open alexweininger opened 10 months ago

alexweininger commented 10 months ago

The extension currently only looks for and uses global installations of the SWA CLI. If you install it only as a local dev dependency, the extension won't find it.