Skip to content

Commit a1168fe

Browse files
authored
Create devcontainer.json
1 parent 66a5ee3 commit a1168fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
3+
"name": "Exceptionless.Net"
4+
"image": "mcr.microsoft.com/vscode/devcontainers/dotnetcore:latest",
5+
"extensions": [
6+
"ms-dotnettools.csharp",
7+
"streetsidesoftware.code-spell-checker",
8+
"tintoy.msbuild-project-tools",
9+
"humao.rest-client",
10+
]
11+
}

0 commit comments

Comments
 (0)