https://bugs.kde.org/show_bug.cgi?id=509085
--- Comment #10 from Waqar Ahmed <[email protected]> --- > Just confirm you tested it on Linux, right? Yes. And I installed deno lsp using the shell helper they provide on their website. Looking at the logs again, there is: > "uri": "file:///C:/Users/admin/test_project/main.ts" and when sending diagnostics its percent encoded: > {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///c%3A/Users/admin/test_project/main.ts","diagnostics":[{"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":3}},"severity":1,"code":2304,"source":"deno-ts","message":"Cannot > find name 'aaa'."}],"version":29}} Is it possible for you to compare the log of working deno lsp and not working deno lsp? -- You are receiving this mail because: You are watching all bug changes.
