Skip to content

Commit

Permalink
add dev container config (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
tukib authored Dec 7, 2023
1 parent d5cca00 commit 51d1e23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/universal
{
"name": "Default Linux Universal",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"customizations": {
"vscode": {
"extensions": ["esbenp.prettier-vscode"]
}
}
}

0 comments on commit 51d1e23

Please sign in to comment.