"webstorm" CLI command generates logs and blocks terminal input
Hello folks!
When I run `webstorm .` in terminal to open the project tonns of logs are being generated in my terminal and command never reaches exit. If I quit process with `ctrl+c`, Webstorm also closes.
I use standalone version of Webstorm (no Toolbox) and have `/Applications/WebStorm.app/Contents/MacOS` in my `$PATH`.
Logs are:
***
2025-11-06 11:40:32,014 [ 307] WARN - #c.i.m.l.t.AIAssistantTelemetryExporterKt - No Langfuse auth string found.
2025-11-06 11:40:32,370 [ 663] WARN - #c.i.s.c.i.StationSocketConnectionLoop - RecentProjects connection failed with AnnotatedSocketException(SocketException) (No such file or directory: /var/folders/xg/_525wcrn29qcdfp81f3zkn8m0000gn/T/jb.station.mykytashchypylov.sock)
2025-11-06 11:40:32,538 [ 831] WARN - #c.i.s.ComponentManagerImpl - com.intellij.ml.llm.core.chat.actions.chat.AIAssistantRenderedMessageSettingsService PluginClassLoader(
***
(and much more other)
Please sign in to leave a comment.
Thanks for reporting this issue.
Please refer to the guide here to use a launcher script to start it: https://www.jetbrains.com/help/webstorm/working-with-the-ide-features-from-command-line.html#standalone
It should help to fix your issue.
Feel free to vote for the related issue here: https://youtrack.jetbrains.com/issue/IJPL-35314 (Suppress any Java warnings when opening from command line)
Lejia Chen, thanks!