We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\documentclass{article} \usepackage{graphicx} \begin{document} \includegraphics{demo[0].pdf} \end{document}
demo.tex|4 col 22 error| Missing "}" inserted demo.tex|4 col 29-30 error| Unexpected "}"
The text was updated successfully, but these errors were encountered:
Allow paths with brackets in LaTeX parser
fa8778e
See #639.
Thanks for the report. fa8778e should fix this issue.
Sorry, something went wrong.
Thanks for the quick fix. I have reinstalled texlab from git HEAD on macOS via
$ brew unlink texlab $ brew install --HEAD texlab
and yes, I can confirm that the wrong diagnostics are gone. Thank you.
## [4.2.0] - 03.07.2022
0639094
### Added - Add support for escaping placeholders in forward search ([#649](latex-lsp/texlab#649)) - Add support for diagnostic filtering ([#323](latex-lsp/texlab#323)) - Add pre-built binaries for the following targets: - `aarch64-unknown-linux-gnu` - `armv7-unknown-linux-gnueabihf` - `x86_64-unknown-linux-musl` - `aarch64-pc-windows-msvc` - `i686-pc-windows-msvc` ### Fixed - Parse incomplete server options correctly ([#651](latex-lsp/texlab#651)) ## [4.1.0] - 12.06.2022 ### Added - Add server commands to clean build directory ([#607](latex-lsp/texlab#607)) ### Changed - Improve output when hovering over BibTeX strings - Improve the heuristic for finding build artifacts ([#635](latex-lsp/texlab#635)) ### Fixed - Allow brackets in included file paths ([#639](latex-lsp/texlab#639)) - Allow commands in included file paths ([#641](latex-lsp/texlab#641))
No branches or pull requests
The text was updated successfully, but these errors were encountered: