ajshort / vscode-latex-preview

Compilation and embedded preview of LaTeX documents for Visual Studio Code
MIT License
33 stars 11 forks source link

Illegal argument 'column' with latest version 1.25.1 #21

Open gldubc opened 6 years ago

gldubc commented 6 years ago

After updating to version 1.25.1, I can't use preview anymore. This is the error that comes up: Running the contributed command:'vscode.previewHtml' failed. Illegal argument 'column' - (optional) Column in which to preview. It does work under version 1.24.1 so the change really happened in this new one.

OS: Arch Linux

winterbird1co commented 6 years ago

It seems that this is issue related to the processing tab button, as manually issuing command "LaTeX: Open Preview" over command palette works normally. Since this extension last updated years ago, I recommend setting command to a keyboard short cut and using it instead.

znd4 commented 5 years ago

This might be related to a bigger problem though, which is that the previewHtml command is being deprecated. I'm trying to figure out how the webviews api could be swapped in, but I don't really have javascript experience, so it's kind of a slog.