Skip to content

Commit d03dbe3

Browse files
authored
Fix incorrect solution file reference in .vscode/settings.json (#122)
Signed-off-by: Joe Brinkman <joe.brinkman@improving.com>
1 parent abb55ec commit d03dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"rust-analyzer.cargo.features": "all",
3434
"rust-analyzer.procMacro.enable": true,
3535
"rust-analyzer.cargo.buildScripts.enable": true,
36-
"dotnet.defaultSolution": "csharp.sln"
36+
"dotnet.defaultSolution": "Valkey.Glide.sln"
3737
}

0 commit comments

Comments
 (0)