anthraxx/intellij-awesome-console

Regression for eslint output?

jasperblues opened this issue · 6 comments

Setting up new laptop. I'm sure this has worked before, however it is not currently:

> @ lint:src /Users/jblues/mobbiz/LOSMobileApp
> eslint . --ext .ts


/Users/jblues/mobbiz/LOSMobileApp/navigation/AppNavigator.ts
  1:8  error  'React' is defined but never used  @typescript-eslint/no-unused-vars

✖ 1 problem (1 error, 0 warnings)

Instead of opening editor another app opens.

Latest Webstorm and plugin version.

It worked after changing file type associations.

@jasperblues where did you change the file type associations?

@gdelmas on a Mac it is Get Info on a file, then set the App, then click "Change All" button.

image

This is not actually a proper solution.
I want my mac to open them in vscode which is way liter, but when I am in a webstorm project, links should open in the editor.

@jasperblues @mathieutu apart from that, it is tricky to select WebStorm in that menu, as the location of the executable changes with each WebStorm update, when it is installed with the JetBrains Toolbox

@gdelmas I believe if it is found once, OSX will remember, even if the location changes when the next toolbox version comes.

All, please feel free to reopen the issue in collaboration with the project authors. I closed the issue because I was personally satisfied with the workaround, and did not have time to contribute further.