Nicholas Wolverson
Nicholas Wolverson
The essence of the problem is that dependencies are fetched from git and stored in a directory within the project, so any local file pattern for a file indicating a...
Looking at `beautify`, looks like it might be appropriate, no sense in reinventing the wheel here? Don't think we get any leverage having it here, it doesn't integrate with LSP/compiler...
Though looks like they're doing a 'stop and rewrite the world' for the last couple of years so might not be a quick contribution
This is now in the LSP, should look at integrating
So you visited a PureScript file, and nothing much happened, then you tried to start the IDE server yourself? Or this happened when the plugin tried to start it for...
Oh, that's familiar, sadly I don't recall if that was once fixed and regressed or was just ignored before... Thanks for the clear repro
Yeah I don't think that kind of magic belongs in a language-specific plugin, but certainly would consider a `PATH` override as an option. Feel free to PR some docs on...
You can override this in your local user style file (But feel free to submit a PR)
Updated to use `@input-font-size` - depending on your UI theme this might not match other text youhttps://github.com/atom/one-dark-ui/issues/205
For now I'd suggest opening atom at the project root, but ultimately I'd like to at least start multiple language server processes, 1 per project, as the vscode plugin currently...