Skip to content

Commit

Permalink
fix devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 24, 2024
1 parent 3eda379 commit 4fad743
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
},
"customisation":{
"vscode":{
"extinctions":{
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {

},
"customizations": {
"vscode": {
"extinctions": {
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian"
}
}
}
}
}
}
}

0 comments on commit 4fad743

Please sign in to comment.