We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4baa763 commit 8377e79Copy full SHA for 8377e79
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
4
"features": {
5
"ghcr.io/devcontainers/features/powershell:1": {}
6
- }
+ },
7
8
"postCreateCommand": "dotnet restore",
9
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "dotnet.defaultSolution": "idunno.Bluesky.sln"
+}
0 commit comments