-
-
Notifications
You must be signed in to change notification settings - Fork 27k
VSCode : doesn't detect changes #2988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Odd; have you followed our Troubleshooting guide for this specific problem? I don't believe VSCode has added "safe write", so I'm not sure what is unique about your environment. |
@Timer yes I followed it and no result. |
Unfortunately there's nothing we can do to help, this is a system problem as you said it works with other text editors. Please file a bug with VSCode, who might then redirect you to Node. For now, you can set Good luck! |
After investigation, yarn is the problem origin : wmonk/create-react-app-typescript#148 |
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
I tried https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-start-doesnt-detect-changes
Environment
node -v
: 8.4.0npm -v
: 5.3.0yarn --version
(if you use Yarn): 0.27.5npm ls react-scripts
(if you haven’t ejected):Then, specify:
Steps to Reproduce
yarn start
Expected Behavior
When I edit and save a file with vs code, it should reload the server automatically.
Actual Behavior
Doesn't do anything : I have to restart
yarn start
.But if I use another editor like Notepad++, it works perfectly
The text was updated successfully, but these errors were encountered: