You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 7.2.0 added the launchEditor option, but it doesn't work for my webstorm based environment because webstorm is not registered as global application (as it is managed by the JetBrains toolbox).
Luckily, Jetbrains does provide a URI-scheme that can be used to open a file directly, this looks like the following for webstorm.
Release 7.2.0 added the
launchEditor
option, but it doesn't work for my webstorm based environment because webstorm is not registered as global application (as it is managed by the JetBrains toolbox).Luckily, Jetbrains does provide a URI-scheme that can be used to open a file directly, this looks like the following for webstorm.
jetbrains://web-storm/navigate/reference?project=&path=
Would it be possible to support this?
The text was updated successfully, but these errors were encountered: