File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ RUN chmod +x /usr/local/bin/terminus
3939COPY uceap-drupal-dev-* /usr/local/bin/
4040RUN mkdir -p /usr/local/etc/uceap-dev
4141COPY example.drush.yml /usr/local/etc/uceap-dev
42- COPY vscode-launch .json /usr/local/etc/uceap-dev
42+ COPY vscode-* .json /usr/local/etc/uceap-dev
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ chmod g+s web/sites/default/files
5151# Setup VS Code
5252mkdir -p .vscode
5353cp /usr/local/etc/uceap-dev/vscode-launch.json .vscode/launch.json
54+ cp /usr/local/etc/uceap-dev/vscode-extensions.json .vscode/extensions.json
5455
5556# Run local devcontainer lifecycle scripts
5657if [ -x .devcontainer/onCreate.sh ]; then
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " bmewburn.vscode-intelephense-client" ,
4+ " dbaeumer.vscode-eslint" ,
5+ " eamodio.gitlens" ,
6+ " GitHub.codespaces" ,
7+ " GitHub.copilot" ,
8+ " GitHub.copilot-chat" ,
9+ " GitHub.remotehub" ,
10+ " github.vscode-github-actions" ,
11+ " GitHub.vscode-pull-request-github" ,
12+ " Gruntfuggly.todo-tree" ,
13+ " mblode.twig-language-2" ,
14+ " ms-vscode.remote-repositories" ,
15+ " ms-vsliveshare.vsliveshare"
16+ ]
17+ }
You can’t perform that action at this time.
0 commit comments