Skip to content

Commit

Permalink
chore: (devcontainer.json) Add file
Browse files Browse the repository at this point in the history
  • Loading branch information
dperuo authored Apr 11, 2024
1 parent eaf2435 commit 620cc52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// 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
{
"customizations": {
"vscode": {
"extensions": [
"davidanson.vscode-markdownlint",
"richie5um2.vscode-sort-json",
"sibiraj-s.vscode-scss-formatter"
]
}
},
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"name": "@appsweet-co/spock-css"
}

0 comments on commit 620cc52

Please sign in to comment.