pep-dortmund / homepage-toolbox

Website for the PeP et al. Toolbox Workshop at TU Dortmund
http://toolbox.pep-dortmund.org
3 stars 1 forks source link

latex language support discontinued #176

Closed chrbeckm closed 11 months ago

chrbeckm commented 2 years ago

From VSCode 1.64, the VS Code team has decided to provide built-in support for the LaTeX grammar. So this extension only supports VSCode <1.64.

https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support

jpwgnr commented 2 years ago

Latex-workshop is anyway the best extension for vscode+latex in my opinion.

LuckyJosh commented 1 year ago

I'd say that LaTeX-Workshop is better suited for advanced users. My suggestion would be the TeXLab LSP-Client.

Any opinions?

maxnoe commented 1 year ago

Our main reason for installing the plugin was the syntax highlighting, if that comes out of the box now, we don't really need to have everyone install any extension during the setup process.

We also don't let people install the python extension, right?

So maybe just dropping it would be fine.

My suggestion would be the TeXLab LSP-Client.

I use the TeXLab LSP in neovim and I am pretty happy with it. So we might recommend it.

LuckyJosh commented 1 year ago

We also don't let people install the python extension, right?

That is true, the only plugin in the instructions was the LaTeX one. I remember many participants ended up installing it during the workshop, because VS Code recommends it (when opening a python file, I guess).

But I agree, that the plugins dont have to be part of the install instructions.

chrbeckm commented 1 year ago

But then it should be best to explain this specific part when presenting the first exercise for python or LaTeX. Maybe they already installed it, or we can show them what the benefits are.

jpwgnr commented 11 months ago

This can be closed, right?