Allow prioritization of launched editor
See original GitHub issueIs this a bug report?
No
As I use WebStorm and that’s the last one in the COMMON_EDITORS_...
list, I often got my files opened in the wrong editor when e.g. Sublime is running too.
A simple and flexible solution would be a new process.env.EDITOR_PROCESS_FILTER regex, which is applied here (+ mac/linux) before searching the array.
EDIT: Note that the exiting process.env.REACT_EDITOR
doesn’t really work out for me because WebStorm has its minor/bug version in the executable path 😕
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How to Permanently Set Priority Processes Using Registry Editor
How to Permanently Set Priority Processes Using Registry Editor ; 1. Open Task Manager and click on the Details tab then select a...
Read more >How to Select the Priority Level for a Program in Windows 11
Select Task Manager's Details tab. Then right-click the EXE process for the software you just started to select Set priority.
Read more >Top 5 Ways to Change Priority Level for Programs on ...
Press Ctrl + Shift + Esc on the keyboard to launch the Task Manager. · Head over to the Details tab and locate...
Read more >Is there some way to set Unity-Editor on the top of "cpu" priority ...
Is there some way to let it run faster by configuring something? It seeks take about 20 miniutes to import a resouce-package,which is...
Read more >How to Change Process Priority using Linux Nice and Renice ...
You can change the process priority using nice and renice utility. Nice command will launch a process with an user defined scheduling priority....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @ulrichb, The name of the executable is always ‘webstorm’, we don’t change it with the updates. Are you on macOS? How do you install the updates - using patch update, side-by-side with the previous minor version, replace it? You can submit a new issue on our tracker and we continue there: https://youtrack.jetbrains.com/issues/WEB
Oh, this setting works great. Thanks!