PowerShell / PowerShell/PowerShellEditorServices
Handle Misc default Requests - i.e. initialize, cancelRequest
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 767
- Forks
- 266
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- csharp, vscode
- Domain
- backend-api-design, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100