-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Livesync error with webstorm temporary files (3.0.0-rc.1) #2720
Comments
Really annoying! My workflow has almost come to standstill. Affects me with Ubuntu and IntelliJ. Please fix! |
I got the same problem :-( It worked in older IntelliJ/NativeScript Versions for me. |
Same for me here, LifeSync not usable with Intellij IDEA |
Same here, with the 3.0.0 cli ! (Ubuntu/webstorm) |
@jbsouvestre @echap @straussCS @fvonberg @CanKattwinkel @daveware-nv Since I have no WebStorm I simulate it with script:
and can not reproduce on macOS Sierra. |
@dtopuzov sorry only Ubuntu available. You could try with free version of IntelliJ/Webstorm |
@dtopuzov Based on your script I've just added more pressure like this:
and I can reproduce it this way. Will try to fix it now. |
@jbsouvestre @echap @straussCS @fvonberg @CanKattwinkel @daveware-nv Can you give it a try and give feedback:
and add
to the options of the watch like this:
We're waiting for your feedback |
Hey @yyosifov , Thanks for the quick answer. I just confirmed that your fix works ! Thanks ! |
Hello, @yyosifov your fix works for me as well. Thanks. |
@jbsouvestre @echap @straussCS @fvonberg @CanKattwinkel @daveware-nv Fix is already available in master branch of the CLI, you can try it with:
|
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
I have searched, but the results seem to refer to the old occurrence of this bug (this problem or something similar was also present in 2.5.0, but went away when I switched to 2.5.2).
Tell us about the problem
The temporary editor files in Jetbrains based IDEs seem to confuse the livesync, so when I save a file while using
tns run android --emulator
I get errors like:I believe the process they use for saving is something like:
Which platform(s) does your issue occur on?
Android (probably both)
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns create
tns run android --emulator
app/app.module.ts
(or any other file really) file using webstorm (I'm currently using Webstorm 2017.1.1 on Ubuntu Linux 16.04)The text was updated successfully, but these errors were encountered: