Skip to content

Commit

Permalink
feat: add vscode extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 11, 2024
1 parent c474028 commit b9a4bc3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Language/node.js/project/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"pomdtr.excalidraw-editor",
"editorconfig.editorconfig",
"lokalise.i18n-ally",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"burkeholland.simple-react-snippets",
"prisma.prisma",
"bradlc.vscode-tailwindcss"
]
}
2 changes: 1 addition & 1 deletion OS/debian-ssh/12.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN sudo chown -R devbox:devbox /home/devbox/project && \
sudo chmod -R 777 /home/devbox/project

USER root

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["sudo", "-E", "/usr/start/startup.sh"]

Expand Down
7 changes: 7 additions & 0 deletions OS/debian-ssh/project/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"pomdtr.excalidraw-editor",
"editorconfig.editorconfig",
"lokalise.i18n-ally"
]
}

0 comments on commit b9a4bc3

Please sign in to comment.