Ryan Vandersmith
Ryan Vandersmith
@ggreif, would you be interested in helping me test this language server on Emacs at some point (low priority)?
For sure! This is a planned feature, and I am gradually making progress towards this in the background.
Thanks for the bug report; I'll see if I can reproduce this on my end. Everything seems alright for a simplified example, so would you be able to send a...
Just to confirm, did this fix the original issue ("sometimes Motoko language server works and finds its files, sometimes it doesn't")? I'll look into fixing this infinite loop condition to...
That is quite strange. What operating system are you using? This might have something to do with VS Code itself rather than the extension, since the error messages indicate that...
Thanks! I'll let you know if I find a way to reproduce this issue on my end (also on macOS 13.4). You could try running `mops sources` and `npx ic-mops...
Hi @infu, are you still running into this issue? Here are a few more debugging steps that might help narrow down what's happening: - What happens if you remove or...
Thanks for the details and screenshots! > Perhaps VScode doesn't allow the extension to touch files unless in workspace? This is correct. We have a workaround in the backlog. For...
Happy to help debug. Is this your first time downloading the extension? Also, what operating system are you using? > The extension output looks like this after hovering some part...
> It seems some syntax error in the motoko code prevented the auto-formatting to work, I expected to have vscode messages for these kind of issues, like eslint or similar,...