question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot insert a new line in LaTeX files with the extension LaTeX Workshop enabled

See original GitHub issue

OS/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

  1. Install the extension LaTeX Workshop of version 8.16.1 globally and reconnect to code-server.
  2. Create a new file and set the language mode to be LaTeX.
  3. 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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
code-ashercommented, Apr 27, 2021

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.

2reactions
NotoOotoricommented, Apr 29, 2021

Thanks! The workaround works!

Now I will close the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found