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

Ltex does not highlight words not written correctly. #892

Open
Miguel-LlamasLanza opened this issue Oct 2, 2024 · 0 comments
Open

Ltex does not highlight words not written correctly. #892

Miguel-LlamasLanza opened this issue Oct 2, 2024 · 0 comments
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)

Comments

@Miguel-LlamasLanza
Copy link

Miguel-LlamasLanza commented Oct 2, 2024

Describe the bug
If I have written word with a typo (e.g. "operting" instead of "operating") it does not highlight the word.
It highlights grammatical issues, such as "A determiner might be mising"

Steps to reproduce
Steps to reproduce the behavior:

  1. Write a word with a typo in a tex document.

Expected behavior
The word should be highlighted

LTeX configuration
Please paste all configuration settings starting with ltex. from your settings.json. You can help us by temporarily removing some irrelevant settings from your settings.json and see if the bug still occurs.

{
    "ltex.language": "en-GB",
    "ltex.enabled": [
        "bibtex",
        "context",
        "context.tex",
        "html",
        "latex",
        "markdown",
        "org",
        "restructuredtext",
        "rsweave"
    ],
}

"LTeX Language Server" log file
First, reproduce the bug. Then, go to ViewOutput and select LTeX Language Server in the drop-down list. Paste this log here:

REPLACE_THIS_WITH_LTEX_LANGUAGE_SERVER_LOG

"LTeX Language Client" log file
First, set the ltex.trace.server setting in your settings.json to "verbose". Then, reload the VS Code window and reproduce the bug. Go to ViewOutput and select LTeX Language Client in the drop-down list. Paste this log here (note: it will contain your checked document):

REPLACE_THIS_WITH_LTEX_LANGUAGE_CLIENT_LOG

Version information
List here the version information of the relevant software.

  • Operating system: Linux , Ubuntu 22.04
  • VS Code: 1.91.1
  • vscode-ltex: 13.1.0

Additional context/information
You can add any other context or information about the problem here.

@Miguel-LlamasLanza Miguel-LlamasLanza added 1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label) labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)
Projects
None yet
Development

No branches or pull requests

1 participant