Skip to content

Overlay launch editor in Webstorm 2017.3.2 does not work #3662

Closed
@ioanlucut

Description

@ioanlucut

Is this a bug report?

Yes.
The launch editor functionality does not work for Webstorm 2017.3.2.
As per Webstorm docs, the command should specify the workspace too.

After some debugging, I saw the https://github.com/facebookincubator/create-react-app/blob/4434467a438c3d431a5169038a5f481bbf763efe/packages/react-dev-utils/launchEditor.js#L130 initialization, and I don't see anywhere where the variable is reinitialized.

Can you also reproduce the problem with npm 4.x?

Yes. Current version I'm using is 4.2.0

Which terms did you search for in User Guide?

The only relevant description can be found in the Advanced Configuration, therefore theREACT_EDITOR - which I didn't override.

Environment

  1. node -v:
    v7.10.1
  2. npm -v:
    4.2.0
  3. yarn --version (if you use Yarn):
    1.3.2
  4. npm ls react-scripts (if you haven’t ejected):

Then, specify:

  1. Operating system: macOS 10.13.2
  2. Browser and version (if relevant) Not relevant:

Steps to Reproduce

  1. Start the app
  2. Throw an exception anywhere in code
  3. Click on the overlay from the browser

Expected Behavior

Relevant file is opened in Webstorm.

Actual Behavior

screen shot 2017-12-30 at 19 04 40

Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions