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

"Recipe terminated with error." popup is too persistent #898

Closed
mmlanger opened this issue Oct 17, 2018 · 7 comments
Closed

"Recipe terminated with error." popup is too persistent #898

mmlanger opened this issue Oct 17, 2018 · 7 comments
Labels
question Issue represents a question

Comments

@mmlanger
Copy link

Description

"Recipe terminated with error." won't go away after successful build. Errors happen often in LaTeX source and one has to close the message always explicitly.

Log messages

I think the logs are uncorrelated.

How to reproduce

  1. Build some LaTeX project.
  2. Cause an build error, e.g. inserting a solo $ (without closing $)
  3. The error message has to be explicitly closed

persistent_error_message

Expected behavior

Auto-closing after a certain time is too aggressive, but closing it automatically after an successful build would be nice.

Actual behavior

The error message persists and one often thinks that a new build failed but it was indeed successful.

Additional Information

Tell me if you need anything further.

@James-Yu
Copy link
Owner

We cannot close the popup with extension since vscode doesn't allow us 😢

@Astrantia
Copy link
Contributor

Astrantia commented Oct 18, 2018

@James-Yu Why is the success notification different? It goes away by itself. 💭

@James-Yu
Copy link
Owner

Because it does not have the button. Or is an information instead of error. I cannot recall precisely.

@fpqc
Copy link

fpqc commented May 6, 2019

@James-Yu Hm. Could you add an option to just disable this popup if the error console is already open? Is that something you can detect?

@jlelong
Copy link
Collaborator

jlelong commented May 6, 2019

Popups can be disabled by setting

latex-workshop.message.error.show
latex-workshop.warning.error.show
latex-workshop.information.error.show

to false. I am not aware of any way to detect if the error console is opened.

@bersbersbers
Copy link

Popups can be disabled by setting

latex-workshop.message.error.show
**latex-workshop.warning.error.show**
**latex-workshop.information.error.show**

to false. I am not aware of any way to detect if the error console is opened.

These should be

    "latex-workshop.message.update.show": false,
    "latex-workshop.message.warning.show": false,
    "latex-workshop.message.information.show": false,

(Note warning.error vs. message.warning, etc)

Repository owner locked as resolved and limited conversation to collaborators Jan 8, 2020
@tamuratak
Copy link
Contributor

Related to microsoft/vscode/issues/46551

@tamuratak tamuratak added the question Issue represents a question label Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Issue represents a question
Projects
None yet
Development

No branches or pull requests

7 participants