Skip to content

Commit

Permalink
Add more essential VSCode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 14, 2021
1 parent a7689dd commit b340136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"terminal.integrated.shell.linux": "/bin/bash"
},
// Add the IDs of extensions you want installed when the container is created.
// Browse for extensions here: https://marketplace.visualstudio.com/
// then look for 'Unique Identifier' on the extension's page.
"extensions": [
"James-Yu.latex-workshop"
"James-Yu.latex-workshop",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-german"
],
"containerEnv": {
// Inside the container, we want to compile like we are in CI, hence define this
Expand Down

0 comments on commit b340136

Please sign in to comment.