Skip to content

Commit 8377e79

Browse files
committed
Tell vscode which solution to use
1 parent 4baa763 commit 8377e79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
44
"features": {
55
"ghcr.io/devcontainers/features/powershell:1": {}
6-
}
6+
},
77

88
"postCreateCommand": "dotnet restore",
99

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "idunno.Bluesky.sln"
3+
}

0 commit comments

Comments
 (0)