-
Notifications
You must be signed in to change notification settings - Fork 6k
Latex-Workshop error command 'latex-workshop.build' not found #2642
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
Are there any errors in the browser console? Our build of the extension
might be broken.
|
sorry. I see now log/debug messages. |
You'll need to open the browser's developer tools then copy the logs
from the console tab.
|
thank you for answer. I found this in Firefox Console:
folder /var/www/svn/code-server/extensions/james-yu.latex-workshop-8.15.0/out/ with all files and folder not exists. And I found
Folder not exists, but /usr/lib/code-server/lib/vscode/node_modules/vscode-textmate only root have write access to /usr/lib/code-server. |
Thank you with the firefox console. Now, that can helped me. bracket-pair-colorizer-2 error: LaTeX Workshop error: I do the same: download https://james-yu.gallery.vsassets.io/_apis/public/gallery/publisher/James-Yu/extension/latex-workshop/8.15.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage unzip the contained extension/out folder and put it in '/var/www/svn/code-server/extensions/james-yu.latex-workshop-8.15.0/' |
now, I have the same issue with #1862 The latex-workshop pdf viewer will connect to localhost:PORT. |
Ah yeah bracket-pair-colorizer-2 specifically looks for
`node_modules.asar` but we don't include that in any release. We have it
symlinked in master but it's not in a release yet, so for now manually
symlinking is necessary.
Looks like our version of the latex workshop extension is broken. It's a
long story but we're going to switch to OpenVSX soon which should
resolve these kinds of issues with extensions.
However we still don't have a way to fix the localhost issue from our
end.
|
Latex Workshop:
Bracket pair, |
I have the same issue. Did you fix this issue? |
No, I have found a answer, that there is no support on code-Serer and they wait, that the native pdf handler will handle this. |
I have setup texlive by these short description.
https://www.tug.org/texlive/quickinstall.html
Running on an Ubuntu LTS.
Same document on Ubuntu bash console working, command latex test.tex
I have no idea, why code-server don't find the build command.
The text was updated successfully, but these errors were encountered: