Results 160 comments of Adam B

I started working on this. Ran into trouble. The problem is that assignment can occur in a lot of contexts in julia, and `=` means something else entirely in other...

I'd leave it open for discoverability if it was me. Having just skimmed the indentation code, we already actually implement a surprisingly large subset of the julia parser; if someone...

I believe this is a duplicate of #6. Manually defining things like `forward-sexp-function` seems just as difficult to me as actually building the SMIE parser.

Note that it won't be strictly mechanical. For one thing, emacs requires you be able to emit the previous token from a position which requires different logic than the femtolisp...

My point is that doing so is not sufficient to hook into SMIE.

As a counterpoint to why porting the parser might be useful, [`js2-mode`](https://github.com/mooz/js2-mode) actually uses an elisp port of the Mozilla Rhino JS parser. Instead of hooking into smie or even...

I can't answer your question on workarounds, but this sounds very similar to #630. Could you try using the "insider" channel for the vscode extension and see if you can...

See https://discourse.julialang.org/t/new-vs-code-extension-pre-release/35192

Do you not get an event log in crash reports showing client and server requests leading up to the crash? Very difficult to debug otherwise. Looking at the code, this...

The only thing I see in the `workspace/configuration` request that's out of spec is that it sends `"scopeUri": nil` when [scopeUri is required to be a DocumentUri](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_configuration) which is an...