You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried devcontainer up --workspaces-folder nf-interpreter/.devcontainer/ESP32 and it complain that the path Error: Dev container config (/nf/nf-interpreter/.devcontainer/ESP32/.devcontainer/devcontainer.json) not found.
--workspaces-folder would point to the folder that is going to be mount into the container. You can use --config to provide the path for the devcontainer.json.
--workspaces-folder would point to the folder that is going to be mount into the container. You can use --config to provide the path for the devcontainer.json.
Thanks. It works with the following cli
devcontainer up --workspaces-folder nf-interpreter --config nf-interpreter/.devcontainer/ESP32/devcontainer.json
Is it possible to set the path for devcontainer.json file?. The project I am trying to run have the json file in subdirectory.
The text was updated successfully, but these errors were encountered: