Closed
Description
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
node -v
:
v7.10.1npm -v
:
4.2.0yarn --version
(if you use Yarn):
1.3.2npm ls react-scripts
(if you haven’t ejected):
Then, specify:
- Operating system: macOS 10.13.2
- Browser and version (if relevant) Not relevant:
Steps to Reproduce
- Start the app
- Throw an exception anywhere in code
- Click on the overlay from the browser
Expected Behavior
Relevant file is opened in Webstorm.
Actual Behavior
Many thanks!
Metadata
Metadata
Assignees
Labels
No labels