Ryan Vu

Results 6 comments of Ryan Vu

I would only want to build if the error is due to image does not exist. My use case is i want to use the flow to both update an...

A solution could be to allow two json files: `./.devcontainer/devcontainer.json` and `./.devcontainer/localDevcontainer.json` VSCode should first look for `localDevcontainer.json`. If the file is present, then this should be the file to...

> You could use `F1` > `Dev Containers: Add Dev Container Configuration Files...` to add a config to your user data folder (outside of the repo). When there is more...

Found out that VSCode allows you to have `devcontainer.json` inside top level subfolders of `.devcontainer`. This allows you to have multiple `devcontainer.json` configurations.

I'm also seeing this issue. Running the app locally works. However, when the app is deployed, global access is not working. Setting `if True` fixes the problem, so the deployment...