-
Notifications
You must be signed in to change notification settings - Fork 536
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
Extension host terminated unexpectedly when open any .tex file #1164
Comments
I can not reproduce. Please disable other extensions except for LaTeX Workshop, and check that you still see this issue. Similar issues are reported microsoft/vscode/issues/68024 and microsoft/vscode/issues/67999 as I said. |
I already re-install the vs code, and only install latex workshop, the issue still there. |
Normally
You must not do that unless you know what you are doing. Please uninstall LaTeX Workshop, and remove And your log says you have 14 extensions installed.
Notice that uninstalling VS Code does not mean uninstalling extensions. You have to uninstall extensions manually. See microsoft/vscode/issues/66837. Please uninstall all the extensions manually, and check that you still see this issue. Thank you for your cooperation. |
I have already tried what you said, I remove the user data and extensions in .vscode directory, then re-install the vs code, and only install latex-workshop, still got the error. This issue even make me give up vscode |
Please do that again. Then show us new log messages. |
@Issacwww From I understand, you are trying to run the github version of the LaTeX-Workshop extension otherwise I do not understand why you are running a extension host window. If you are using the extension from the marketplace, you should not fiddle with If you are trying to run the github version in an extension host, you need to remove the |
@jlelong I just install the extension from marketplace, after installation and open the .tex file, the error alert. I do not use the github version. |
@tamuratak I uninstall the VS code and use the following script to remove the user data and extensions as well: |
Please show us the new error info from developer tool, too. |
That is what we want to see. The cause is that VSCode uses modules under |
@tamuratak Thanks a lot, but I did not set any environment variables related to this, I just remove the node_modules form my user home, and it works for me. |
You're welcome.
That's wierd. It might be a bug of VSCode. |
I had the same exact problem. I removed node_modules from my home directory and it worked. Thanks. |
Describe the bug
Extension host terminated unexpectedly when open any .tex file
To Reproduce
Steps to reproduce the behavior:
Logs
[2019-02-07 04:38:57.984] [sharedprocess] [info] main {"machineId":"6c9d2bc8f91b89624add29c0abeae7fb42bf539fa1cdb2e3e57cd668fa9bcead"}
[2019-02-07 04:38:58.039] [sharedprocess] [info] Scanned user extensions: 14
[2019-02-07 04:38:58.048] [sharedprocess] [info] Scanned user extensions: 14
[2019-02-07 04:38:58.063] [sharedprocess] [info] Scanned system extensions: 71
[2019-02-07 04:38:58.065] [sharedprocess] [info] Scanned system extensions: 71
[2019-02-07 04:38:58.602] [sharedprocess] [info] Scanned user extensions: 14
Once I open the vs code, I got this error
if I disable the latex workshop and restart extension host, no error alert anymore.
I tried
cd ~/.vscode/extensions/james-yu.latex-workshop-5.21.0
npm install
and got this message
I don not know why it cannot detect the version correctly
Desktop
The text was updated successfully, but these errors were encountered: