Daniel Jurek
Daniel Jurek
When launching Python codespaces alerts come up before build... What's the earliest time we could/should run the vscode `azd restore` command? Python projects should also communicate with the Python extension,...
Attempting to set up environment using shell scripts
When attempting to debug a python app:  The `devcontainer.json` file contains an entry for the Python extension ([example](https://github.com/Azure-Samples/todo-python-mongo-swa-func/blob/main/.devcontainer/devcontainer.json#L24)) Yet the interface reports that the extension is not installed: 
When debugging the web application against a deployed App Service, or Function app we encounter CORS rules configured on the apps themselves that preclude debugging. 
From discussions in https://github.com/Azure/azure-dev/issues/370 Web debug should work by clicking "play" * Insert a hosted `url` value in `launch.json` (in codespaces) or `localhost:3000` * Implement a task which can run...
Using "[background](https://code.visualstudio.com/Docs/editor/tasks#_background-watching-tasks)" tasks in "dotenv" does not result in "control" being returned. The result is that attempting to set a `preLaunchTask` in `launch.json` will never result in the debugger launching....
This probably needs to be routed to someone on vscode team. The azd vscode extension is in the `devcontainer.json` file ([example](https://github.com/Azure/azure-dev/blob/main/templates/common/.devcontainer/devcontainer.json/java/devcontainer.json#L20)) yet we sometimes see alerts to install it. Repro...
When hosting an API and Web app in codespaces the API URL must be made "Public" ... This is (partially) because the react app does not follow redirects when running...
Telemetry payload can be validated before reporting to ensure that, for example, identifier was not corrupted.
Container validation works locally in Docker running in WSL, fails silently in DevOps pipelines. The installer scripts _do_ work correctly but the pipeline tests don't currently prove that.