Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Handle Misc default Requests - i.e. initialize, cancelRequest

Open
#602 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
28/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp, vscode

Research direction

Start by locating the request-handling code for the VSCode language-server messages named in the issue: cancelRequest and initialize. Determine how miscellaneous requests currently produce warnings, then verify that both requests are handled without those warnings and that cancellation improves performance as intended.

Written by the indexing model from the issue text.

Description

Area-Language Server Issue-Bug

We are getting Warnings thrown for not handling misc Requests that, it would seem, VSCode itself sends. We should handle these Requests.

So far we've seen:
cancelRequest
initialize

The cancelRequest one would be good for perf for sure.

Dominant language
C#
Stars
767
Forks
266
Avg merge
3d 16h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PowerShell/PowerShellEditorServices

All issues in PowerShell/PowerShellEditorServices

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.