CabalCrow
CabalCrow
The path autocompletion should probably be changed to use ``"`` quotes & only escape ``"`` and ``\`` characters in path names & that should be fine?
> Yes, something like that. Or use `'` or the new `r#''#` raw strings (although proper raw string seem a bit excessive) The problem with raw strings is that now...
OS: Archlinux Emacs: 29.0.05 with doom emacs Latest master lsp-bridge version as of the writing of the issue
The unity projects still do not work with the new version. Unity does not work with omnisharp-dotnet 6.0. It needs to use omnisharp mono with additional libraries. Those are the...
Yeah it doesn't block for the whole download. When I was originally testing ``--temp-basedir`` helps with reducing the hang a significant amount. So I assume some configuration option contributes to...
Read a bit though the source code & made a hacky implementation of this ```lua local state = require "telescope.state" local function resume_via_query(query) local cached_pickers = state.get_global_key "cached_pickers" if cached_pickers...
I think it is straight up a problem with the grammar rather than highlighting. TSPlayground is identifying the let keyword with identifier instead:  Here how it should look: 
In the grammar.js on lines 348 & 366 you have this rule for the else statement: ```js field("else_block", $.block), ``` however the else block can actually take a lot more...
> i think this should be modifiable in some settings, i personally quite strongly dislike the second way 🤣 > > and i would write the following instead > >...
@amtoine Having it configurable, is good, but I'm also talking about what the default formatting should be. I believe that you would want default formatting that could work properly regardless...