How do you generate devcontainer-collection.json? #513
|
TLDR; How do you generate devcontainer-collection.json? I attempted creating my own template collection, however i get an error. As per documentation, devcontainer-collection.json is supposed to be auto generated, I cloned the templates project, modified it and executed this command : |
Replies: 1 comment 2 replies
|
Looking at your repo here where you run the GitHub action, I'd suggest first fixing the issue here and trying to run the tool again. You can fix this by renaming That specific error is a bit misleading, thank you for pointing that out |
Looking at your repo here where you run the GitHub action, I'd suggest first fixing the issue here and trying to run the tool again.
You can fix this by renaming
src/jdk-postgres/.devcontainer/.devcontainer.jsontosrc/jdk-postgres/.devcontainer/devcontainer.json(without the leading dot ondevcontainer.json). I think that will solve your issueThat specific error is a bit misleading, thank you for pointing that out