Skip to content

Conversation

@jbrinkman
Copy link
Collaborator

Description

This PR fixes the incorrect solution file reference in .vscode/settings.json that was causing C# language server failures.

Changes

  • Updated dotnet.defaultSolution from "csharp.sln" (non-existent) to "Valkey.Glide.sln" (correct)

Impact

This fix resolves several developer experience issues:

  • ✅ C# IntelliSense features (Go to Definition, Find All References) now work correctly
  • ✅ Language server loads the solution successfully without errors
  • ✅ Project dependencies are properly resolved
  • ✅ No more InvalidOperationException in language server logs

Testing

  • Verified the solution file Valkey.Glide.sln exists in the repository
  • Tested that C# language server loads successfully after the change
  • Confirmed IntelliSense features work as expected
  • No errors in language server output logs

Related Issues

Fixes #121

Checklist

  • Code follows project style guidelines
  • Change has been tested locally
  • Commit message follows conventional commit format
  • Commit includes DCO signoff

Update dotnet.defaultSolution from non-existent 'csharp.sln' to correct 'Valkey.Glide.sln'.
This fixes C# language server failures that prevented IntelliSense features like
Go to Definition and Find All References from working.

Fixes #121

Signed-off-by: Joe Brinkman <[email protected]>
@jbrinkman jbrinkman requested a review from a team as a code owner October 28, 2025 15:04
Copy link
Collaborator

@currantw currantw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for fixing this @jbrinkman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix incorrect solution file reference in .vscode/settings.json

4 participants