-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Enter key not working in Latex Workshop extension usage #6408
Comments
Any advice towards this? Obviously LaTeX cannot be used at all effectively without the enter key... =/ I also experienced that with the LaTeX Preview extension loaded via |
Same problem still.. |
Any help on this would be appreciated. Tried it again now this time through a docker container of When deploying the container it warns the following. (I loaded the plugin via
Then I made a file
|
It looks like a command is not registered with |
@vince-fugnitto can you please comment if you had the Enter key working when you tested it here, and if so please provide a reproducible setup |
I've verified it and I notice that the issue ENTER key does not work (to create newlines). |
This issue is outdated and seems to have meanwhile solved itself. The Enter key now works for me in the current LaTeX Workshop vscode extension (installed at runtime in Theia IDE in the browser, followed by a page refresh after installing the extension). It works even without |
Never mind to me closing this issue — this issue still persists. In fact, it is even worse than I previously realized, because even with I may have narrowed the issue a bit. Earlier today when I closed this issue I thought it was working because when I briefly tried a fresh installation of the extension on Theia IDE in the browser the Editor portion seemed to be working. (The Viewer, however, is completely broken, and I made an issue for that here: #13522.) Now later I tried to do actual writing and it was initially successful until I changed the With this present situation this extension is completely unusable in my opinion, unfortunately, and Theia IDE in the browser is not currently able to properly replace vscode (or Overleaf) for LaTeX use with sophisticated IDE features. It is unfortunate enough that the Viewer does not work (#13522), which is the first step to benefiting from the highly desired SyncTeX feature of this vscode extension. But without the Enter key, which this present issue is about, the extension is completely unusable. |
I guess refreshing the browser page can be a temporary workaround that can keep this extension somewhat usable for now. Refreshing seems to reset the Enter key issue while retaining the new So all-in-all I currently have a hacky half-working LaTeX Workshop extension on the Theia IDE in the browser: the Viewer is completely broken (#13522) but I can benefit from the Editor features (e.g., syntax highlighting, error parsing, and auto build on save, etc.) if I refresh the browser window after changing the word wrap setting. It's not ideal, but it's something. |
Description
I encounter an issue where the enter key does not work inside the editor while using the Latex Workshop vscode extension, v8.2.0.
Reproduction Steps
Launch Theia browser example
Load the plugin via the
Deploy plugin by id
command as described in the footnote here.Open a
.tex
file in the editorType some text, e.g.
\documentclass{article}
Press enter, and observe lack of new line (and after some time, the error listed below in the server)
OS and Theia version:
Theia source 0.11.0 5cd87b
Theia backend: Ubuntu 18.04 LTS
Theia frontend: Windows 10, Chrome 77.0.3865.120,
Diagnostics:
The following error is printed repeatedly, some time after attempting to make a new line in the editor while a
.tex
file is open, by pressing enter:Prior to that the following printed while loading the plugin:
The text was updated successfully, but these errors were encountered: