Cannot insert a new line in LaTeX files with the extension LaTeX Workshop enabled
See original GitHub issueOS/Web Information
- Web Browser: Safari
- Local OS: iPadOS 14.4.2 (18D70)
- Remote OS: Ubuntu 18.04.5 LTS
- Remote Architecture: x86_64
code-server --version
: 3.9.3 fe2dc2deb08e378069891b622bb62ad1d261d1b1
Steps to Reproduce
- Install the extension LaTeX Workshop of version 8.16.1 globally and reconnect to code-server.
- Create a new file and set the language mode to be LaTeX.
- Press the key
Enter
.
Expected
A new line should be inserted.
Actual
No new lines are inserted and code-server notifies that
command ‘latex-workshop.onEnterKey’ not found
Screenshot
Notes
This issue can be reproduced in VS Code: No
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cannot insert a new line in LaTeX files with the extension ...
A new line should be inserted. Actual. No new lines are inserted and code-server notifies that. command 'latex-workshop.onEnterKey' not found ...
Read more >How to enable `shell escape' (or `write18') - Visual Studio ...
I got it working by modifying latexmk task which seems to be invoked by default (auto-update on file edit). See the LaTeX Workshop...
Read more >Developing with GitHub Codespaces - Visual Studio Code
You can use local VS Code for Flutter development. LaTeX Workshop, The extension provides three kinds of features to help with LaTeX authoring:...
Read more >Missing $ inserted - Overleaf, Online LaTeX Editor
A common cause of the Missing $ inserted error is using underscores ( _ ), a math mode character, outside of math mode—such...
Read more >Doxygen Manual: Configuration
A configuration file is a free-form ASCII text file with a structure that is similar to that of a Makefile , with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah OK yup it looks like the extension is broken in our marketplace.
As a workaround you could download the extension from OpenVSX and install it into code-server manually. https://open-vsx.org/extension/James-Yu/latex-workshop
We are in the process of migrating to OpenVSX so once that is done the workaround will no longer be required.
Thanks! The workaround works!
Now I will close the issue.