Skip to content

Commit

Permalink
Adding devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Dec 9, 2024
1 parent e24ba79 commit d147716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"customizations": {
"vscode": {
"extensions": ["ms-dotnettools.csdevkit"]
}
},
"forwardPorts": [5000]
}

0 comments on commit d147716

Please sign in to comment.