Results 37 comments of Noam Lewis

LSP config was buggy, should be good now. deno virtualDocument can be a separate feature

@sigmaSd Weird, it worked for me - can you please share - output of `fresh --version ` - Contents of /tmp/editor.log (or wherever tempfiles live on your system)? You can...

I see `Failed to load config from /home/mrcool/.config/fresh/config.json: Parse error: trailing comma at line 5 column 5, using defaults`

Absolutely right about the error - it needs to be made easily visible. I'll take a shot at setting up deno as LSP

For config, you can now use the Edit Configuration command, it opens a basic UI for editing the config. I also added a feature that surfaces errors from LSP into...

just merged branch with multiple fixes to master, try that or the upcoming 0.1.27 release (still building)

Where in the UI can I see the effect of this change?

Gotcha I'll take a look at adding sort to the file explorer ui

Progress made in https://github.com/sinelaw/fresh/pull/151 To complete it: - Fix performance issues - Add highlighting in OURS/THEIRS around areas that are involved in the conflicts - Fix closing issues - etc