James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.71k stars 533 forks source link

`lw.external.stat` is unbound to `vscode.workspace.fs` #4376

Closed humphreylee closed 1 month ago

humphreylee commented 1 month ago

I am fully aware that TheiaIDE is not officially supported by LaTex Workshop as per FAQ. Some people and I took the risk and get it run pretty well in latest TheiaIDE and LaTex Workshop. We encountered some issues and reported it to TheiaIDE developer. In their investigation, they found some issues which I would like to highlight to LaTeX Workshop team -> https://github.com/eclipse-theia/theia/issues/13522#issuecomment-2340136002. Not sure how true is this, but I leave that to you. I just hope this powerful \LaTeX editor to be continuously improved.

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [X] The issue has not been reported in this repository.
  • [ ] The issue remains after disabling all other extensions and restarting Visual Studio Code.
  • [X] The FAQ cannot address the issue.
  • [ ] The issue is not related to compiling a document, or the document can be successfully compiled in the OS terminal but not in Visual Studio Code with this extension.

Environment*

Please write exact version numbers instead of descriptors such as latest.

  • Operating System: = Windows 11 x86_64
  • TheiaIDE: = 1.53.0
  • LaTeX Workshop Version: = 10.3.2
  • TeX Distribution Version: = TeX Live 2024

Please list the environment and version number if you are using VSCodium, Snap or Flatpack versions of Visual Studio Code, and/or Visual Studio Code Remote Containers/SSH/WSL.

  • TheiaIDE on Win11 x86_64

The Issue*

Refer to the linked bug report > https://github.com/eclipse-theia/theia/issues/13522

Reproduction Steps

Refer to the linked bug report > https://github.com/eclipse-theia/theia/issues/13522

Expected Behavior

Refer to the linked bug report > https://github.com/eclipse-theia/theia/issues/13522

Logs

LaTeX Workshop Output*

Please paste the whole log messages below, not parts of ones. The log should start with New log placeholder %WS1% registered.

[07:50:25.076][Root] Current workspace folders: ["file:///c:/Users/X"]
[07:50:25.076][Root] Try finding root from magic comment.
[07:50:25.077][Root] Try finding root from active editor.
[07:50:25.078][Root] Found root file from active editor: %WS1%\latex_file.tex
[07:50:25.079][Root] Keep using the same root file: %WS1%\latex_file.tex
[07:50:25.079][Event] ROOT_FILE_SEARCHED
[07:50:25.080][Event] STRUCTURE_UPDATED
[07:50:25.080][Viewer] Cannot find PDF file file:///c%3A/Users/X/latex_file.pdf
[07:50:51.484][Commander] SHOWLOG command invoked: default

Developer Tools Console

Please paste the whole log messages below, not parts of ones. This console logs can sometimes be very important in many cases. To access the log, click Help -> Toggle Developer Tools -> Console.

[Paste the log here. Do not remove the surrounding backquotes (`).]

Anything Else?

Refer to the linked bug report > https://github.com/eclipse-theia/theia/issues/13522

humphreylee commented 1 month ago

Thanks.