Skip to content

Cap LSP unknown method diagnostics - #3293

Merged
Widthdom merged 6 commits into
mainfrom
fix-issue3127
Jun 5, 2026
Merged

Cap LSP unknown method diagnostics#3293
Widthdom merged 6 commits into
mainfrom
fix-issue3127

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bound LSP unknown-method names before echoing them in JSON-RPC Method not found diagnostics.
  • Normalize control characters without path-redacting slash-delimited LSP method names.
  • Add near-frame-limit and slash-delimited method regression tests plus a bilingual changelog fragment.

Fixes #3127

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~LspServerTests"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • dotnet format CodeIndex.sln --verify-no-changes
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --commits HEAD --json
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

@Widthdom
Widthdom merged commit 95136dd into main Jun 5, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3127 branch June 5, 2026 13:47
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.

LSP unknown method diagnostics should cap raw method names

1 participant