Skip to content
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

Error when executing 'View Latex PDF'-command from latex-workshop-plugin #3484

Closed
astier opened this issue Feb 12, 2019 · 0 comments
Closed

Comments

@astier
Copy link

astier commented Feb 12, 2019

Description

The following error pops up when the command View Latex PDF from the latex-workshop plugin is executed:

TaskQueue: Error running task. Can not read property 'options' of undefined.

To Reproduce

  1. Install the latex-workshop plugin and the vim-plugin
  2. Create a minimal tex-file:
\documentclass{article}

\title{Title}
\author{Author}

\begin{document}
\maketitle
\end{document}
  1. Open the tex-file with vscode
  2. Type Build Latex Project into the command palette and execute the respective command
  3. Type View Latex PDF into the command palette and execute the respective command
  4. The respective pdf-file should open in vscode in a separate tab
  5. A window should pop up with an error

Expected behavior

No error-message should pop up.

Environment

  • Extension (VsCodeVim) version: 1.0.8
  • VSCode version: 1.31.0
  • OS: Arch
@astier astier closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant