Skip to content

Commit

Permalink
chore: add extensions to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Muser committed Oct 19, 2024
1 parent e2317dc commit 934cf0b
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 @@ -21,7 +21,11 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
},
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
}
}

0 comments on commit 934cf0b

Please sign in to comment.