Skip to content
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

Seems to be causing the IDE to hung when editing JSX files #9

Open
mrkam opened this issue Oct 11, 2016 · 8 comments
Open

Seems to be causing the IDE to hung when editing JSX files #9

mrkam opened this issue Oct 11, 2016 · 8 comments

Comments

@mrkam
Copy link

mrkam commented Oct 11, 2016

No description provided.

@mrkam
Copy link
Author

mrkam commented Oct 12, 2016

Although I don't have the evidence that this is caused by the plugin. When editing some malformed files (with, for example, unmatched jsx tags) it stops saving file and later stop responding completely.

@formulahendry
Copy link
Owner

Could you please uninstall the extension and see whether issue happens again?
If the issues does not happen after uninstalling it, it may be related to this extension. If yes, could you please share the JSX code snippet so that I could try to repro and investigate it?

@ggregoire
Copy link

ggregoire commented Nov 19, 2016

Can confirm here.

I had the same issue: after some minutes, VSCode freezed when I saved a file and some extensions stopped to work. When this happened, the code helper process ran at 99% CPU.

I disabled different extensions one by one and the problem has been resolved when I've disabled this extension.

FYI: I'm working on .js files but with "files.associations": { "*.js": "javascriptreact" } (JSX).

@formulahendry
Copy link
Owner

Hi @ggregoire , could you please help share more details?

  • The extension version you used
  • The issue is intermittent or always happened in some scenario?
  • The code snippet you are editing and the steps how you edit the file to reproduce this issue

@ggregoire
Copy link

ggregoire commented Nov 19, 2016

Hey!

  • 0.0.8 (I installed the extension ~3 days ago)
  • It's intermittent, I couldn't tell you how to reproduce it. I'm pretty sure the issue can appear without renaming a tag.
  • I've worked on several files those last days, I'm really not sure that the issue provides from one specific snippet.

Could it be a conflict with another extension? Like Auto Close Tag?

I wish I could help more.

@formulahendry
Copy link
Owner

May not be conflict with Auto Close Tag. They are independent. And I use both two extensions in my daily work as well. If you have found any clue to repro this issue, please kindly let me know. I will try to fix it. 😄

@ggregoire
Copy link

ggregoire commented Nov 19, 2016

I've a good news for you!

I just got the same issue... with the extension disabled.

screen shot 2016-11-18 at 23 58 45

I've no idea what's going on. 😅

Sorry to have wasted your time.

@formulahendry
Copy link
Owner

Never mind. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants