Mickael Istria

Results 372 comments of Mickael Istria

Command to get richer output is ` cargo test -- -Z unstable-options --format json`. However, it requires a recent version of cargo to run, and as it's unstable it's likely...

@mbooth101 Can you please try with the 2019-06 RC2 EPP package and report whether you still get this?

Which command do you have in mind. The External Launch Configuration > Program and the Terminal are possible workarounds. I'd like to avoid spending too much effort for commands that...

cc @norru @serjiokov @akurtakov WDYT?

We're using https://github.com/rust-lang-nursery/rls/ that provides the language smartness. It seems like RLS strongly expects a Cargo.toml file. Please open an issue to RLS about it.

If you submit a PR to enable more features from RLS, it would be welcome. PS: Please re-title the issue to something more specific and explicit.

I believe it's an issue with RLS that's used by corrosion. Opened https://github.com/rust-lang-nursery/rls/issues/882 to RLS

It can be some specifics of the GDB integration requiring a flag for some level hot reload; or maybe it's that hot reload is not available at all in GDB's...

LSP4E now allows to return an external URL for "definition" request (usually Ctrl+click) or even to make the hover show content of remote HTML IIRC. So it seems to me...

On a general matter, what's BSP providing that a .travis.yml or a Jenkinsfile cannot perform? Aren't scripts a valid portable way to run builds across IDEs? What value does the...