Skip to content

Commit 85bf86c

Browse files
Polish devcontainer.json with better VS Code integration and useful postCreateCommand
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
1 parent 5fbdbd8 commit 85bf86c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
"extensions": [
1313
"ms-dotnettools.csharp",
1414
"ms-dotnettools.csdevkit"
15-
]
15+
],
16+
"settings": {
17+
"dotnet.defaultSolution": "ModelContextProtocol.slnx"
18+
}
1619
}
1720
},
18-
"postCreateCommand": "dotnet --list-sdks"
21+
"postCreateCommand": "dotnet --list-sdks && echo 'Available .NET SDKs installed successfully!'"
1922
}

0 commit comments

Comments
 (0)