Skip to content
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

update devcontainer stub (vscode customizations) #528

Merged
merged 1 commit into from
Jan 11, 2023
Merged

update devcontainer stub (vscode customizations) #528

merged 1 commit into from
Jan 11, 2023

Conversation

mojgit
Copy link
Contributor

@mojgit mojgit commented Jan 11, 2023

Based on vscode docs, in the devcontainer.json file, all the vscode extensions should be listed under customizations => vscode => extensions.

https://code.visualstudio.com/docs/devcontainers/containers#_create-a-devcontainerjson-file
https://containers.dev/implementors/json_reference/

This MR adds the proper fields to the devcontainer.stub file so the generated devcontainer.json file will work properly in vscode containers.

There is no test required for this minor bug fix, but the generated devcontainer.json file will be in the proper format after this fix and if the user decides to uncomment a specific extension, it will be installed in the container without any issue.

Please let me know if I need to do any improvement to this MR, thanks.

@taylorotwell taylorotwell merged commit a64f78a into laravel:1.x Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants