Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f authored Nov 7, 2024
1 parent 8706741 commit df3cb1c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
},
"customisation":{
"vscode":{
"extinctions":{
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian"
}
}
}
}

0 comments on commit df3cb1c

Please sign in to comment.