Eli Dowling

Results 50 comments of Eli Dowling

Sorry this took so long. I don't really use f# day to day anymore so this hasn't been on my radar. Can you please ensure that you are using this...

@ryanb @lildude Would it be better to use a tree-sitter grammar? This one is complete and i suspect would provide better highlighting than a textmate style one: https://github.com/faldor20/tree-sitter-roc

Ahh, thanks for clarifying, that's a shame. I'll raise this again sometime in the next decade if roc achieves some level of success 😅

Another possibility is to have the lsp check the on disk file, when it gets a file-saved notification to see if the current editor file has diverged from the file...

ahh, sorry, the tests actually fail. The test shows what should happen, if you actually run them you see the output is wrong. I made an attempt at fixing this...

Oh okay, I'll test it myself again but my results were ``` \nfochangeo\nfoo\nbar\nbaz\n ``` You can see foo gets duplicated

I have experienced a few of these and 1. is *by far* the most problematic. It just makes completion unusable in some scenarios

@sogaiu Thanks, that's an interesting idea :). I would of course much prefer it be implemented into the standard test command though.

This project has no support for dotnet 7.0 unfortunately. I suggest you check out "ionide". I'm nota working on this anymore and I should really archive the repo. Ionide is...

I can take a look at this sometime soon Looking at your changes, it certainly looks like that's all you should need to do Maybe also check this ``` member...