Bug Report: LTeX Extension Not Working in VSCode #901
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)
Describe the bug
LTeX correctly detects capitalization errors but does not flag simple misspelled words. The language is set to English (US), and I have not modified the default configuration. Despite this, common spelling mistakes are not underlined, and no suggestions appear in the Problems tab. I'm running MacOs Sequoia in a Macbook Air M1 2020.
Steps to reproduce
Steps to reproduce the behavior:
Install the LTeX extension in VSCode.
Open a .tex or .md file.
Type a sentence with an intentionally misspelled word (e.g., "Thiss is an exampel").
Ensure LTeX is enabled and set to English (US).
Observe that capitalization errors are detected, but misspelled words are not flagged.
Expected behavior
LTeX should detect and underline misspelled words, providing suggestions in the Problems tab.
Sample document
\documentclass{article}
\begin{document}
These ducument is not wel writen.
\end{document}
LTeX configuration
{
"workbench.colorTheme": "Default Dark Modern",
"python.defaultInterpreterPath": "/Users/pelayodelvallecalzada/miniforge3/envs/numba_env/bin/python",
"security.workspace.trust.untrustedFiles": "open",
"window.zoomLevel": 1,
"editor.minimap.enabled": false,
"latex-workshop.latex.tools": [
}
Version information
The text was updated successfully, but these errors were encountered: