qoor / vscode-pawn

An extension for VS Code which provides support for the PAWN language.
1 stars 3 forks source link

Error Code: -32603 #4

Open goldprince48 opened 3 years ago

goldprince48 commented 3 years ago

Every time I try to put round brackets after a function name, This error message pops up in output tab, and it's really annoying.

Message: [Error - 1:11:48 am] Request textDocument/signatureHelp failed. Message: Request textDocument/signatureHelp failed with message: Cannot read property 'map' of undefined Code: -32603

This always pops when you try to put round brackets after a function name, For example: if I try to put () after writing strcat this error message will pop up. This mostly happens while working on ".inc" file.

qoor commented 3 years ago

Yes, this is an issue I already know. Maybe this is a vscode extension part script error.

And this is WIP extension. But I have a plan to cross platform native PAWN LSP Server write in C++.