I am trying to create a devcontainer having ubuntu but after creating the devcontainer it is only generating the devcontainer.json and the dockerfile is not generating , Why ?
I am selecting as follows - 1 - Add dev container Configuration files 2 - Create new Configuration 3 - Ubuntu 4 - jammy 5 - In additional I am selecting powershell 6 - Keep defaults
After this a folder named as .devcontainer is getting created with file named as devcontainer.json but the Dockerfile is not getting created within this folder with the devcontainer.json file. Why ?