-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add necessary commands for VSCode Devcontainers #394
Conversation
does vscode expects the following line should be replaced with
even more, this should be part of parsing, which is handled by
should have choices like this
please don't construct json by substitution and concatenation and replace, use
should be
|
Hey @muayyad-alsadi, thanks for the quick review. vscode expects stdout. I will make the suggested updates. |
Updated. Thanks again! |
I'll do some changes and need your help testing them. |
I've made config prints the merged yaml of multiple files |
Yes. Multiple files are merging properly. |
Changes:
short
andformat
args toversion
commandconfig
command which echos out the content when given an absolute path of a fileResolves:
config
command #106