Sergey Simonchik
Sergey Simonchik
Also, asked here: https://github.com/PowerShell/PSReadLine/discussions/3930
Please note that if I run the same script inside PowerShell session, `GetHistoryItems()` works fine. But I need to run it in the init.ps1 script passed as described above. Please...
Also, that would fix https://github.com/gruntjs/grunt/issues/1303. Now, `_intellij_grunt_tasks_fetcher` is run even if Gruntfile has syntax errors making it harder for tools to show an actual error.
To render test tree Karma integration uses common test runner API. This API is used by other frameworks/languages across all IntelliJ IDEs. It gives UI consistency of integrations for different...
Fixed in 2018.3 EAP (https://www.jetbrains.com/webstorm/eap/) Corresponding issue: https://youtrack.jetbrains.com/issue/WEB-34119
"Rerun tests" action saves all files and trigger a test run. `Shift+Alt+R` is a default shortcut for this action. You can reconfigure the keyboard mappings for this action (Settings |...
Yes, I see. The only thing about custom node.js configuration: it triggers test runs on frame deactivation (i.e. when switching from IDE to some other app), because IDE saves all...
> Maybe we could offer "hide skipped" (in the same way there's "hide passed"). Check "Hide Ignored". WebStorm EAP 130.1630 handles this setting wrongly, but the next WebStorm EAP will...
There is the following problem with "Test ignored." messages: When a test suite tree node selected, the console contains: ``` Test ignored. Test ignored. Test ignored. ... ``` I'm thinking...
WebStorm communicates with karma using karma-intellij as a mediator. For a start, we can test how karma-intellij communicates with karma (without starting WebStorm IDE). I think that would be a...