As shown below I get a weird error message when I "Reopen in Devcontainer", yet the devcontainer works on codespaces. I have no idea why. Details below:
- Reproducible example that does not open in local devcontainer: https://github.com/robinlovelace/opengeohub2023
- The .devcontainer.json that is causing the issue that seems fine to me:
{
"image": "ghcr.io/robinlovelace/opengeohub2023:main",
// "forwardPorts": [3000],
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"reditorsupport.r",
"quarto.quarto",
"ionutvmi.path-autocomplete"
]
}
}
}
- Codespaces working: https://codespaces.new/Robinlovelace/opengeohub2023
- See error log here: https://github.com/Robinlovelace/opengeohub2023/issues/14#issuecomment-1696953530