question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request textDocument/codeAction failed with message: Cannot read property 'length' of undefined

See original GitHub issue
[Error - 7:45:43 pm] Request textDocument/codeAction failed.
  Message: Request textDocument/codeAction failed with message: Cannot read property 'length' of undefined
  Code: -32603 

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:12
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
kieranbdcommented, Jul 8, 2021

Also having this problem in VS Code on Mac. It appears to highlight errors correctly, but as soon as I start typing it goes crazy trying to analyse every new character and the app becomes unusable - can’t even type it hangs so much. Super frustrating.

4reactions
kwinHoneycommented, Jan 24, 2022

您的来信我已收到!

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code - Request textDocument/definition failed
Message : Request textDocument/definition failed with message: Cannot read property 'charCodeAt' of undefined Code: -32603.
Read more >
code extensions not working properly : r/vscode
Message : Request textDocument/codeAction failed with message: Cannot read property 'length' of undefined. Code: -32603
Read more >
Cannot read properties of undefined (reading 'length')
This message indicates that our code expects to have an object with a length property, but that object was not present. length is...
Read more >
VS Code API | Visual Studio Code Extension API
Extension writers can provide APIs to other extensions by returning their API public surface from the activate -call. export function activate(context: vscode.
Read more >
Language Server Protocol Specification - 3.17
A request message to describe a request between the client and the server. ... client signals code action literal support via the *...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found