Arseniy Pendryak

Results 89 comments of Arseniy Pendryak

From API point of view, it looks like we need to implement `com.intellij.ide.wizard.LanguageNewProjectWizard` and register the implementation as an extension

@Kobzol but there is inconsistency here because the plugin doesn't produce a warning for old dependencies with `=%version%` version predicate but warns for `

Actually, no It works because of the new link format. If you try to use rustc 1.43, it still won't work because the plugin incorrectly generates paths in case, when...

Also, could you add a changelog section to explain what changes after these changes from user point of view

@brianjob Hm, interesting Could you also provide result of `cargo test --no-run --package payments --test lib --message-format=json` command?

In your run configuration command (see screenshot in [previous](https://github.com/intellij-rust/intellij-rust/issues/2630#issuecomment-402868425) comment) But if your run configuration is created by the plugin (not manually), it already has such flag. And it's a...

@psotos Unfortunately, the plugin doesn't provide debugging with `msvc` toolchain (see #4104). Try to use `gnu` one @mchernyavsky could you please check why we can show wrong `More than one...

@vlad20012 it looks similar to one case described in #8835, but it still doesn't work as expected