Nathan

Results 52 issues of Nathan

Until the testing suite actually installs the Azure Resources extension and gets activated, these tests will not work as intended.

engineering

We need to verify manually that templates work and add test cases to suite to be considered "Verified".

Fixes https://github.com/microsoft/vscode-azurefunctions/issues/781 Fixes https://github.com/microsoft/vscode-azurestaticwebapps/issues/573 Tracking for Python: https://github.com/microsoft/vscode-python/issues/15431 We discussed offline if we should retroactively ask users to alter their launch configurations for them, but we decided it was probably...

Clicking on Graph here prompts users to install Graph Explorer, but that extension has been archived and is no longer in the marketplace. ![image](https://user-images.githubusercontent.com/5290572/156672005-95008aa9-a91f-4c98-9578-acae225eb50c.png) We should remove this marketplace link...

Fixes https://github.com/microsoft/vscode-azurestorage/issues/1000 We're have an issue where the emulator hasn't actually started by the time we refresh the tree. I'm guessing that this is because the registered start commands aren't...

If you try to deploy from the command palette and have a `appService.defaultWebAppToDeploy` setting, you're hit with this error.

bug
treeV2

@simonaco Mentioned from the customer study that there was an expectation that the new trigger shouldn't have to re-run the project when adding a trigger to a local project that...

upstream

It seems like the service can actually hook a static web app with an existing function app, letting users actually BYOF. https://docs.microsoft.com/en-us/azure/static-web-apps/functions-bring-your-own We should be able to do the same...

feature
P2

And more frameworks in general.

feature
P1

Currently, it prompts and defaults to the root of your project, but the `staticwebapp.config.json` should be in the [app folder](https://docs.microsoft.com/en-us/azure/static-web-apps/configuration#file-location). We may able to leverage their yaml file to determine...

P2