James-Yu / LaTeX-Workshop

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

Intellisense for "\cite{}" doesn't work on version 9.8.1 #3790

Closed rafidwiriz closed 1 year ago

rafidwiriz commented 1 year ago

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.
  • [x] The issue remains after disabling all other extensions and restarting Visual Studio Code.
  • [x] The FAQ cannot address the issue.
  • [x] 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
  • Visual Studio Code Version: 1.76.2
  • LaTeX Workshop Version: 9.8.1
  • TeX Distribution Version: MiKTeX 23.1

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.

  • I am using XXX whose version is YY.ZZ

The Issue*

Please briefly describe the issue you come across.

  • When I write \cite{} the Intellisense doesn't suggest the citation label from .bib file. Instead, it shows word suggestions.

Reproduction Steps

Please list out the steps to reproduce your bug. Include relevant environmental variables or any other configuration.

  1. Update LaTex Workshop to 9.8.1 (or 9.8.0).
  2. Prepare .tex file and .bib file.
  3. Write \cite{} in .tex file.

Expected Behavior

What were you expecting to see? Include any relevant examples or documentation links.

  • Intellisense on \cite{} can display citation suggestions from .bib file

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.

[05:29:55][Logger] New log placeholder %WS1% registered for d:\Transformers\MyBook\College Matter\latex-skripsi-ui-2017-master\latex-skripsi-ui-2017 .
[05:29:55][Config] latex-workshop.latex.recipes: [{"name":"pdflatex ➞ bibtex ➞ pdflatex × 2","tools":["pdflatex","bibtex","pdflatex","pdflatex"]},{"name":"latexmk 🔃","tools":["latexmk"]},{"name":"latexmk (latexmkrc)","tools":["latexmk_rconly"]},{"name":"latexmk (lualatex)","tools":["lualatexmk"]},{"name":"Compile Rnw files","tools":["rnw2tex","latexmk"]},{"name":"Compile Jnw files","tools":["jnw2tex","latexmk"]},{"name":"tectonic","tools":["tectonic"]}] .
[05:29:55][Config] latex-workshop.latex.autoBuild.run: "never" .
[05:29:55][Config] latex-workshop.latex.autoClean.run: "onBuilt" .
[05:29:55][Config] latex-workshop.latex.clean.subfolder.enabled: true .
[05:29:55][Manager] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[05:29:56][Builder] pdflatex is provided by MiKTeX.
[05:29:56][Server] Creating LaTeX Workshop http and websocket server.
[05:29:56][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":53604} .
[05:29:56][Extension] Initializing LaTeX Workshop.
[05:29:56][Extension] Extension root: c:\Users\Rafi Dwi Rizqullah\.vscode\extensions\james-yu.latex-workshop-9.8.1
[05:29:56][Extension] $PATH: C:\Program Files\Eclipse Adoptium\jdk-17.0.2.8-hotspot\bin;C:\Program Files\Eclipse Adoptium\jdk-17.0.2.8-hotspot\\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\kubectl;C:\Program Files\helm\windows-amd64;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Calibre2\;C:\ProgramData\nvm;C:\Program Files\nodejs;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Cloudflare\Cloudflare WARP\;C:\Program Files\PowerShell\7\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Go\bin;C:\Program Files\Git\cmd;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Microsoft\WindowsApps;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Rafi Dwi Rizqullah\.dotnet\tools;C:\xampp\php;C:\Users\Rafi Dwi Rizqullah\AppData\Roaming\Composer\vendor\bin;C:\ffmpeg\bin;D:\Transformers\MyBook\Golang\bin;C:\Users\Rafi Dwi Rizqullah\go\bin;C:\ProgramData\nvm;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;C:\Program Files\Git\bin;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Programs\MiKTeX\miktex\bin\x64\;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Microsoft\WindowsApps;C:\Users\Rafi Dwi Rizqullah\go\bin;C:\ProgramData\nvm;C:\Program Files\nodejs
[05:29:56][Extension] $SHELL: undefined
[05:29:56][Extension] $LANG: undefined
[05:29:56][Extension] $LC_ALL: undefined
[05:29:56][Extension] process.platform: win32
[05:29:56][Extension] process.arch: x64
[05:29:56][Extension] vscode.env.appName: Visual Studio Code
[05:29:56][Extension] vscode.env.remoteName: undefined
[05:29:56][Extension] vscode.env.uiKind: 1
[05:29:56][Extension] LaTeX Workshop initialized.
[05:29:56][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[05:29:56][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[05:29:56][Manager] Current workspace folders: ["file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017"]
[05:29:56][Manager] Current workspaceRootDir: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017
[05:29:56][Server] valdOrigin is http://127.0.0.1:53604
[05:29:56][Cacher][Path] Non-existent .fls for %WS1%\thesis.tex .
[05:29:56][Cacher] Cache not finished on %WS1%\thesis.tex when getting its children.
[05:29:56][Cacher] Caching %WS1%\thesis.tex .
[05:29:56][Cacher] Input %WS1%\config\settings.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\config\settings.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\config\settings.tex with a new watcher on %WS1%\config .
[05:29:56][Cacher] Caching %WS1%\config\settings.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\config\settings.tex .
[05:29:56][Cacher] Input %WS1%\_internals\hypeindonesia.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\_internals\hypeindonesia.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\_internals\hypeindonesia.tex with a new watcher on %WS1%\_internals .
[05:29:56][Cacher] Caching %WS1%\_internals\hypeindonesia.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\_internals\hypeindonesia.tex .
[05:29:56][Cacher] Input %WS1%\config\istilah.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\config\istilah.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\config\istilah.tex .
[05:29:56][Cacher] Caching %WS1%\config\istilah.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\config\istilah.tex .
[05:29:56][Cacher] Input %WS1%\_internals\sampul.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\_internals\sampul.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\_internals\sampul.tex .
[05:29:56][Cacher] Caching %WS1%\_internals\sampul.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\_internals\sampul.tex .
[05:29:56][Cacher] Input %WS1%\_internals\judul_dalam.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\_internals\judul_dalam.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\_internals\judul_dalam.tex .
[05:29:56][Cacher] Caching %WS1%\_internals\judul_dalam.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\_internals\judul_dalam.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex with a new watcher on %WS1%\src\00-frontMatter .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\pengesahanKP.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidangS3.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidang.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\kataPengantar.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\persetujuanPublikasi.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\abstrak.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:56][Cacher] Input %WS1%\src\00-frontMatter\abstract.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\00-frontMatter\abstract.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstract.tex .
[05:29:56][Cacher] Caching %WS1%\src\00-frontMatter\abstract.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\bab1.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\bab1.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\bab1.tex with a new watcher on %WS1%\src\01-body .
[05:29:56][Cacher] Caching %WS1%\src\01-body\bab1.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\bab1.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\bab2.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\bab2.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\bab2.tex .
[05:29:56][Cacher] Caching %WS1%\src\01-body\bab2.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\bab2.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\bab3.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\bab3.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\bab3.tex .
[05:29:56][Cacher] Caching %WS1%\src\01-body\bab3.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\bab3.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\bab4.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\bab4.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\bab4.tex .
[05:29:56][Cacher] Caching %WS1%\src\01-body\bab4.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\bab4.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\bab5.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\bab5.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\bab5.tex .
[05:29:56][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[05:29:56][Cacher] Input %WS1%\src\01-body\kesimpulan.tex from %WS1%\thesis.tex .
[05:29:56][Cacher] Adding %WS1%\src\01-body\kesimpulan.tex .
[05:29:56][Cacher][Watcher] Watched %WS1%\src\01-body\kesimpulan.tex .
[05:29:56][Cacher] Caching %WS1%\src\01-body\kesimpulan.tex .
[05:29:56][Cacher] Updated inputs of %WS1%\src\01-body\kesimpulan.tex .
[05:29:56][Cacher] Input %WS1%\_internals\pustaka.tex from %WS1%\thesis.tex .
[05:29:57][Cacher] Adding %WS1%\_internals\pustaka.tex .
[05:29:57][Cacher][Watcher] Watched %WS1%\_internals\pustaka.tex .
[05:29:57][Cacher] Caching %WS1%\_internals\pustaka.tex .
[05:29:57][Cacher] Updated inputs of %WS1%\_internals\pustaka.tex .
[05:29:57][Cacher] Updated inputs of %WS1%\thesis.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\config\settings.tex .
[05:29:57][Cacher] Updated elements of %WS1%\config\settings.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\config\settings.tex .
[05:29:57][Cacher] Cached %WS1%\config\settings.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\_internals\hypeindonesia.tex .
[05:29:57][Cacher] Updated elements of %WS1%\_internals\hypeindonesia.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\_internals\hypeindonesia.tex .
[05:29:57][Cacher] Cached %WS1%\_internals\hypeindonesia.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\config\istilah.tex .
[05:29:57][Cacher] Updated elements of %WS1%\config\istilah.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\config\istilah.tex .
[05:29:57][Cacher] Cached %WS1%\config\istilah.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\_internals\sampul.tex .
[05:29:57][Cacher] Updated elements of %WS1%\_internals\sampul.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\_internals\sampul.tex .
[05:29:57][Cacher] Cached %WS1%\_internals\sampul.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\_internals\judul_dalam.tex .
[05:29:57][Cacher] Updated elements of %WS1%\_internals\judul_dalam.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\_internals\judul_dalam.tex .
[05:29:57][Cacher] Cached %WS1%\_internals\judul_dalam.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:57][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:57][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:57][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:57][Cacher] Cached %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstract.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:58][Cacher] Cached %WS1%\src\00-frontMatter\abstract.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab1.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\bab1.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\bab1.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\bab1.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab2.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\bab2.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\bab2.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\bab2.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab3.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\bab3.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\bab3.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\bab3.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab4.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\bab4.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\bab4.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\bab4.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\kesimpulan.tex .
[05:29:58][Cacher] Updated elements of %WS1%\src\01-body\kesimpulan.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\src\01-body\kesimpulan.tex .
[05:29:58][Cacher] Cached %WS1%\src\01-body\kesimpulan.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\_internals\pustaka.tex .
[05:29:58][Cacher] Updated elements of %WS1%\_internals\pustaka.tex .
[05:29:58][Cacher][Path] Cannot resolve config/references .
[05:29:58][Cacher] Updated bibs of %WS1%\_internals\pustaka.tex .
[05:29:58][Cacher] Cached %WS1%\_internals\pustaka.tex .
[05:29:58][DupLabel] Checking for duplicate labels: %WS1%\thesis.tex .
[05:29:58][Cacher] Updated elements of %WS1%\thesis.tex .
[05:29:58][Cacher] Updated bibs of %WS1%\thesis.tex .
[05:29:58][Cacher] Cached %WS1%\thesis.tex .
[05:29:58][Structure] Structure cleared on undefined root.
[05:29:58][Manager] Found root file from parent: %WS1%\thesis.tex
[05:29:58][Manager] Root file changed: from undefined to %WS1%\thesis.tex
[05:29:58][Manager] Start to find all dependencies.
[05:29:58][Manager] Root file languageId: latex
[05:29:58][Cacher][Watcher] Reset.
[05:29:58][Cacher] Adding %WS1%\thesis.tex .
[05:29:58][Cacher][Watcher] Watched %WS1%\thesis.tex with a new watcher on %WS1% .
[05:29:59][Cacher] Caching %WS1%\thesis.tex .
[05:29:59][Cacher] Input %WS1%\config\settings.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\config\settings.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\config\settings.tex with a new watcher on %WS1%\config .
[05:29:59][Cacher] Caching %WS1%\config\settings.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\config\settings.tex .
[05:29:59][Cacher] Input %WS1%\_internals\hypeindonesia.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\_internals\hypeindonesia.tex with a new watcher on %WS1%\_internals .
[05:29:59][Cacher] Caching %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher] Input %WS1%\config\istilah.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\config\istilah.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\config\istilah.tex .
[05:29:59][Cacher] Caching %WS1%\config\istilah.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\config\istilah.tex .
[05:29:59][Cacher] Input %WS1%\_internals\sampul.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\_internals\sampul.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Caching %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Input %WS1%\_internals\judul_dalam.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Caching %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex with a new watcher on %WS1%\src\00-frontMatter .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\pengesahanKP.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidangS3.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidang.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\kataPengantar.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\persetujuanPublikasi.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\abstrak.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Input %WS1%\src\00-frontMatter\abstract.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Caching %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\bab1.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\bab1.tex with a new watcher on %WS1%\src\01-body .
[05:29:59][Cacher] Caching %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\bab2.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Caching %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\bab3.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Caching %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\bab4.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Caching %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\bab5.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\bab5.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\bab5.tex .
[05:29:59][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[05:29:59][Cacher] Input %WS1%\src\01-body\kesimpulan.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\src\01-body\kesimpulan.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\src\01-body\kesimpulan.tex .
[05:29:59][Cacher] Caching %WS1%\src\01-body\kesimpulan.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\src\01-body\kesimpulan.tex .
[05:29:59][Cacher] Input %WS1%\_internals\pustaka.tex from %WS1%\thesis.tex .
[05:29:59][Cacher] Adding %WS1%\_internals\pustaka.tex .
[05:29:59][Cacher][Watcher] Watched %WS1%\_internals\pustaka.tex .
[05:29:59][Cacher] Caching %WS1%\_internals\pustaka.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\_internals\pustaka.tex .
[05:29:59][Cacher] Updated inputs of %WS1%\thesis.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\config\settings.tex .
[05:29:59][Cacher] Updated elements of %WS1%\config\settings.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\config\settings.tex .
[05:29:59][Cacher] Cached %WS1%\config\settings.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher] Updated elements of %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\_internals\hypeindonesia.tex .
[05:29:59][Cacher] Cached %WS1%\_internals\hypeindonesia.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\config\istilah.tex .
[05:29:59][Cacher] Updated elements of %WS1%\config\istilah.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\config\istilah.tex .
[05:29:59][Cacher] Cached %WS1%\config\istilah.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Updated elements of %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\_internals\sampul.tex .
[05:29:59][Cacher] Cached %WS1%\_internals\sampul.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Updated elements of %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\_internals\judul_dalam.tex .
[05:29:59][Cacher] Cached %WS1%\_internals\judul_dalam.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanKP.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\kataPengantar.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\abstrak.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][Cacher] Cached %WS1%\src\00-frontMatter\abstract.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\01-body\bab1.tex .
[05:29:59][Cacher] Cached %WS1%\src\01-body\bab1.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\01-body\bab2.tex .
[05:29:59][Cacher] Cached %WS1%\src\01-body\bab2.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\01-body\bab3.tex .
[05:29:59][Cacher] Cached %WS1%\src\01-body\bab3.tex .
[05:29:59][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Updated elements of %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Updated bibs of %WS1%\src\01-body\bab4.tex .
[05:29:59][Cacher] Cached %WS1%\src\01-body\bab4.tex .
[05:30:00][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[05:30:00][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[05:30:00][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[05:30:00][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[05:30:00][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\kesimpulan.tex .
[05:30:00][Cacher] Updated elements of %WS1%\src\01-body\kesimpulan.tex .
[05:30:00][Cacher] Updated bibs of %WS1%\src\01-body\kesimpulan.tex .
[05:30:00][Cacher] Cached %WS1%\src\01-body\kesimpulan.tex .
[05:30:00][DupLabel] Checking for duplicate labels: %WS1%\_internals\pustaka.tex .
[05:30:00][Cacher] Updated elements of %WS1%\_internals\pustaka.tex .
[05:30:00][Cacher][Path] Cannot resolve config/references .
[05:30:00][Cacher] Updated bibs of %WS1%\_internals\pustaka.tex .
[05:30:00][Cacher] Cached %WS1%\_internals\pustaka.tex .
[05:30:00][DupLabel] Checking for duplicate labels: %WS1%\thesis.tex .
[05:30:00][Cacher] Updated elements of %WS1%\thesis.tex .
[05:30:00][Cacher] Updated bibs of %WS1%\thesis.tex .
[05:30:00][Cacher] Cached %WS1%\thesis.tex .
[05:30:00][Cacher][Path] Non-existent .fls for %WS1%\thesis.tex .
[05:30:00][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .
[05:31:57][Cacher][Watcher] "change" emitted on %WS1%\src\01-body\bab5.tex .
[05:31:57][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[05:31:57][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[05:31:57][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[05:31:57][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[05:31:57][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[05:31:57][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[05:31:57][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .
[05:31:57][Extension] onDidSaveTextDocument triggered: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017/src/01-body/bab5.tex
[05:35:45][Cacher][Watcher] "change" emitted on %WS1%\src\01-body\bab5.tex .
[05:35:45][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[05:35:45][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[05:35:45][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[05:35:45][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[05:35:45][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[05:35:45][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[05:35:45][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .
[05:35:46][Extension] onDidSaveTextDocument triggered: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017/src/01-body/bab5.tex
[05:39:14][Extension] onDidSaveTextDocument triggered: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017/src/01-body/bab5.tex
[05:39:14][Cacher][Watcher] "change" emitted on %WS1%\src\01-body\bab5.tex .
[05:39:14][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[05:39:14][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[05:39:14][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[05:39:14][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[05:39:14][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[05:39:14][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[05:39:14][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .

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?

Add any other context about the problem below.

  • I deduce this bug come from version 9.8.1 and 9.8.0, because when I downgrade the LaTex Workshop recently (to 9.7.0) the \cite{} Intellisense worked as expected.
jlelong commented 1 year ago

Your logs do not mention any .bib file, which explains why no citation intellisense is provided. Unfortunately, I cannot reproduce the issue. Could you provide a reproducing example?

rafidwiriz commented 1 year ago

Thank you for your response. I use LaTeX template from this repository https://gitlab.com/ichlaffterlalu/latex-skripsi-ui-2017, so I hope you could reproduce it.

About the log did not mention any .bib file, I actually look at logs from ver. 9.7.0 and found some Parsing .bib entries. Here's the log from 9.7.0:

[10:42:16][Logger] New log placeholder %WS1% registered for d:\Transformers\MyBook\College Matter\latex-skripsi-ui-2017-master\latex-skripsi-ui-2017 .
[10:42:16][Config] Configuration for workspace: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017 .
[10:42:16][Config] editor.acceptSuggestionOnEnter: "on" .
[10:42:16][Config] latex-workshop.bind.enter.key: true .
[10:42:16][Config] latex-workshop.docker.enabled: false .
[10:42:16][Config] latex-workshop.docker.image.latex: "" .
[10:42:16][Config] latex-workshop.hover.preview.mathjax.extensions: [] .
[10:42:16][Config] latex-workshop.intellisense.package.enabled: true .
[10:42:16][Config] latex-workshop.intellisense.update.aggressive.enabled: false .
[10:42:16][Config] latex-workshop.intellisense.update.delay: 1000 .
[10:42:16][Config] latex-workshop.latex.autoBuild.run: "never" .
[10:42:16][Config] latex-workshop.latex.build.forceRecipeUsage: true .
[10:42:16][Config] latex-workshop.latex.outDir: "%DIR%" .
[10:42:16][Config] latex-workshop.latex.recipes: [
 {
  "name": "pdflatex ➞ bibtex ➞ pdflatex × 2",
  "tools": [
   "pdflatex",
   "bibtex",
   "pdflatex",
   "pdflatex"
  ]
 },
 {
  "name": "latexmk 🔃",
  "tools": [
   "latexmk"
  ]
 },
 {
  "name": "latexmk (latexmkrc)",
  "tools": [
   "latexmk_rconly"
  ]
 },
 {
  "name": "latexmk (lualatex)",
  "tools": [
   "lualatexmk"
  ]
 },
 {
  "name": "Compile Rnw files",
  "tools": [
   "rnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "Compile Jnw files",
  "tools": [
   "jnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "tectonic",
  "tools": [
   "tectonic"
  ]
 }
] .
[10:42:16][Config] latex-workshop.latex.tools: [
 {
  "name": "latexmk",
  "command": "latexmk",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-file-line-error",
   "-pdf",
   "-outdir=%OUTDIR%",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "lualatexmk",
  "command": "latexmk",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-file-line-error",
   "-lualatex",
   "-outdir=%OUTDIR%",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "xelatexmk",
  "command": "latexmk",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-file-line-error",
   "-xelatex",
   "-outdir=%OUTDIR%",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "latexmk_rconly",
  "command": "latexmk",
  "args": [
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "pdflatex",
  "command": "pdflatex",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-file-line-error",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "bibtex",
  "command": "bibtex",
  "args": [
   "%DOCFILE%"
  ],
  "env": {}
 },
 {
  "name": "rnw2tex",
  "command": "Rscript",
  "args": [
   "-e",
   "knitr::opts_knit$set(concordance = TRUE); knitr::knit('%DOCFILE_EXT%')"
  ],
  "env": {}
 },
 {
  "name": "jnw2tex",
  "command": "julia",
  "args": [
   "-e",
   "using Weave; weave(\"%DOC_EXT%\", doctype=\"tex\")"
  ],
  "env": {}
 },
 {
  "name": "jnw2texminted",
  "command": "julia",
  "args": [
   "-e",
   "using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"
  ],
  "env": {}
 },
 {
  "name": "pnw2tex",
  "command": "pweave",
  "args": [
   "-f",
   "tex",
   "%DOC_EXT%"
  ],
  "env": {}
 },
 {
  "name": "pnw2texminted",
  "command": "pweave",
  "args": [
   "-f",
   "texminted",
   "%DOC_EXT%"
  ],
  "env": {}
 },
 {
  "name": "tectonic",
  "command": "tectonic",
  "args": [
   "--synctex",
   "--keep-logs",
   "%DOC%.tex"
  ],
  "env": {}
 }
] .
[10:42:16][Config] latex-workshop.viewer.pdf.internal.keyboardEvent: "auto" .
[10:42:16][Manager] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[10:42:16][Builder] pdflatex is provided by MiKTeX.
[10:42:16][Server] Creating LaTeX Workshop http and websocket server.
[10:42:16][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":54989} .
[10:42:16][Extension] Initializing LaTeX Workshop.
[10:42:16][Extension] Extension root: c:\Users\Rafi Dwi Rizqullah\.vscode\extensions\james-yu.latex-workshop-9.7.0
[10:42:16][Extension] $PATH: C:\Program Files\Eclipse Adoptium\jdk-17.0.2.8-hotspot\bin;C:\Program Files\Eclipse Adoptium\jdk-17.0.2.8-hotspot\\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\kubectl;C:\Program Files\helm\windows-amd64;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Calibre2\;C:\ProgramData\nvm;C:\Program Files\nodejs;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Cloudflare\Cloudflare WARP\;C:\Program Files\PowerShell\7\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Go\bin;C:\Program Files\Git\cmd;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Microsoft\WindowsApps;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Rafi Dwi Rizqullah\.dotnet\tools;C:\xampp\php;C:\Users\Rafi Dwi Rizqullah\AppData\Roaming\Composer\vendor\bin;C:\ffmpeg\bin;D:\Transformers\MyBook\Golang\bin;C:\Users\Rafi Dwi Rizqullah\go\bin;C:\ProgramData\nvm;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;C:\Program Files\Git\bin;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Programs\MiKTeX\miktex\bin\x64\;C:\Users\Rafi Dwi Rizqullah\AppData\Local\Microsoft\WindowsApps;C:\Users\Rafi Dwi Rizqullah\go\bin;C:\ProgramData\nvm;C:\Program Files\nodejs
[10:42:16][Extension] $SHELL: undefined
[10:42:16][Extension] $LANG: undefined
[10:42:16][Extension] $LC_ALL: undefined
[10:42:16][Extension] process.platform: win32
[10:42:16][Extension] process.arch: x64
[10:42:16][Extension] vscode.env.appName: Visual Studio Code
[10:42:16][Extension] vscode.env.remoteName: undefined
[10:42:16][Extension] vscode.env.uiKind: 1
[10:42:16][Extension] LaTeX Workshop initialized.
[10:42:16][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[10:42:17][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[10:42:17][Manager] Current workspace folders: ["file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017"]
[10:42:17][Manager] Current workspaceRootDir: file:///d:/Transformers/MyBook/College Matter/latex-skripsi-ui-2017-master/latex-skripsi-ui-2017
[10:42:17][Server] valdOrigin is http://127.0.0.1:54989
[10:42:17][Cacher][Path] Non-existent .fls for %WS1%\thesis.tex .
[10:42:17][Cacher] Cache not finished on %WS1%\thesis.tex when getting its children.
[10:42:17][Cacher] Caching %WS1%\thesis.tex .
[10:42:17][Cacher] Input %WS1%\config\settings.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\config\settings.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\config\settings.tex with a new watcher on %WS1%\config .
[10:42:17][Cacher] Caching %WS1%\config\settings.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\config\settings.tex .
[10:42:17][Cacher] Input %WS1%\_internals\hypeindonesia.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\_internals\hypeindonesia.tex with a new watcher on %WS1%\_internals .
[10:42:17][Cacher] Caching %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher] Input %WS1%\config\istilah.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\config\istilah.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\config\istilah.tex .
[10:42:17][Cacher] Caching %WS1%\config\istilah.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\config\istilah.tex .
[10:42:17][Cacher] Input %WS1%\_internals\sampul.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\_internals\sampul.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\_internals\sampul.tex .
[10:42:17][Cacher] Caching %WS1%\_internals\sampul.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\_internals\sampul.tex .
[10:42:17][Cacher] Input %WS1%\_internals\judul_dalam.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\_internals\judul_dalam.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\_internals\judul_dalam.tex .
[10:42:17][Cacher] Caching %WS1%\_internals\judul_dalam.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\_internals\judul_dalam.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex with a new watcher on %WS1%\src\00-frontMatter .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\pengesahanKP.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidangS3.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidang.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\kataPengantar.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\persetujuanPublikasi.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\abstrak.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:17][Cacher] Input %WS1%\src\00-frontMatter\abstract.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\00-frontMatter\abstract.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstract.tex .
[10:42:17][Cacher] Caching %WS1%\src\00-frontMatter\abstract.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\bab1.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\bab1.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\bab1.tex with a new watcher on %WS1%\src\01-body .
[10:42:17][Cacher] Caching %WS1%\src\01-body\bab1.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\bab1.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\bab2.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\bab2.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\bab2.tex .
[10:42:17][Cacher] Caching %WS1%\src\01-body\bab2.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\bab2.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\bab3.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\bab3.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\bab3.tex .
[10:42:17][Cacher] Caching %WS1%\src\01-body\bab3.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\bab3.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\bab4.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\bab4.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\bab4.tex .
[10:42:17][Cacher] Caching %WS1%\src\01-body\bab4.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\bab4.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\bab5.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\bab5.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\bab5.tex .
[10:42:17][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[10:42:17][Cacher] Input %WS1%\src\01-body\kesimpulan.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\src\01-body\kesimpulan.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\src\01-body\kesimpulan.tex .
[10:42:17][Cacher] Caching %WS1%\src\01-body\kesimpulan.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\src\01-body\kesimpulan.tex .
[10:42:17][Cacher] Input %WS1%\_internals\pustaka.tex from %WS1%\thesis.tex .
[10:42:17][Cacher] Adding %WS1%\_internals\pustaka.tex .
[10:42:17][Cacher][Watcher] Watched %WS1%\_internals\pustaka.tex .
[10:42:17][Cacher] Caching %WS1%\_internals\pustaka.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\_internals\pustaka.tex .
[10:42:17][Cacher] Updated inputs of %WS1%\thesis.tex .
[10:42:17][DupLabel] Checking for duplicate labels: %WS1%\config\settings.tex .
[10:42:17][Cacher] Updated elements of %WS1%\config\settings.tex .
[10:42:17][Cacher] Updated bibs of %WS1%\config\settings.tex .
[10:42:17][Cacher] Cached %WS1%\config\settings.tex .
[10:42:17][DupLabel] Checking for duplicate labels: %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher] Updated elements of %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher] Updated bibs of %WS1%\_internals\hypeindonesia.tex .
[10:42:17][Cacher] Cached %WS1%\_internals\hypeindonesia.tex .
[10:42:17][DupLabel] Checking for duplicate labels: %WS1%\config\istilah.tex .
[10:42:17][Cacher] Updated elements of %WS1%\config\istilah.tex .
[10:42:17][Cacher] Updated bibs of %WS1%\config\istilah.tex .
[10:42:17][Cacher] Cached %WS1%\config\istilah.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\_internals\sampul.tex .
[10:42:18][Cacher] Updated elements of %WS1%\_internals\sampul.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\_internals\sampul.tex .
[10:42:18][Cacher] Cached %WS1%\_internals\sampul.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\_internals\judul_dalam.tex .
[10:42:18][Cacher] Updated elements of %WS1%\_internals\judul_dalam.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\_internals\judul_dalam.tex .
[10:42:18][Cacher] Cached %WS1%\_internals\judul_dalam.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstract.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:18][Cacher] Cached %WS1%\src\00-frontMatter\abstract.tex .
[10:42:18][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab1.tex .
[10:42:18][Cacher] Updated elements of %WS1%\src\01-body\bab1.tex .
[10:42:18][Cacher] Updated bibs of %WS1%\src\01-body\bab1.tex .
[10:42:18][Cacher] Cached %WS1%\src\01-body\bab1.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Updated elements of %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Cached %WS1%\src\01-body\bab2.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Updated elements of %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Cached %WS1%\src\01-body\bab3.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Updated elements of %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Cached %WS1%\src\01-body\bab4.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Updated elements of %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Cached %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher] Updated elements of %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher][Path] Cannot resolve config/references .
[10:42:19][Cacher] Updated bibs of %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher] Cached %WS1%\_internals\pustaka.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\thesis.tex .
[10:42:19][Cacher] Updated elements of %WS1%\thesis.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\thesis.tex .
[10:42:19][Cacher] Cached %WS1%\thesis.tex .
[10:42:19][Structure] Structure cleared on undefined root.
[10:42:19][Manager] Found root file from parent: %WS1%\thesis.tex
[10:42:19][Manager] Root file changed: from undefined to %WS1%\thesis.tex
[10:42:19][Manager] Start to find all dependencies.
[10:42:19][Manager] Root file languageId: latex
[10:42:19][Cacher][Watcher] Reset.
[10:42:19][Cacher] Adding %WS1%\thesis.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\thesis.tex with a new watcher on %WS1% .
[10:42:19][Cacher] Caching %WS1%\thesis.tex .
[10:42:19][Cacher] Input %WS1%\config\settings.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\config\settings.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\config\settings.tex with a new watcher on %WS1%\config .
[10:42:19][Cacher] Caching %WS1%\config\settings.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\config\settings.tex .
[10:42:19][Cacher] Input %WS1%\_internals\hypeindonesia.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\_internals\hypeindonesia.tex with a new watcher on %WS1%\_internals .
[10:42:19][Cacher] Caching %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher] Input %WS1%\config\istilah.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\config\istilah.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\config\istilah.tex .
[10:42:19][Cacher] Caching %WS1%\config\istilah.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\config\istilah.tex .
[10:42:19][Cacher] Input %WS1%\_internals\sampul.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\_internals\sampul.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Caching %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Input %WS1%\_internals\judul_dalam.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\_internals\judul_dalam.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\_internals\judul_dalam.tex .
[10:42:19][Cacher] Caching %WS1%\_internals\judul_dalam.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\_internals\judul_dalam.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex with a new watcher on %WS1%\src\00-frontMatter .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\pengesahanKP.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidangS3.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\pengesahanSidang.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\kataPengantar.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\persetujuanPublikasi.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\abstrak.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:19][Cacher] Input %WS1%\src\00-frontMatter\abstract.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\00-frontMatter\abstract.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\00-frontMatter\abstract.tex .
[10:42:19][Cacher] Caching %WS1%\src\00-frontMatter\abstract.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\bab1.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\bab1.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\bab1.tex with a new watcher on %WS1%\src\01-body .
[10:42:19][Cacher] Caching %WS1%\src\01-body\bab1.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\bab1.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\bab2.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Caching %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\bab2.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\bab3.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Caching %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\bab3.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\bab4.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Caching %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\bab4.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\bab5.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Caching %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\bab5.tex .
[10:42:19][Cacher] Input %WS1%\src\01-body\kesimpulan.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Caching %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\src\01-body\kesimpulan.tex .
[10:42:19][Cacher] Input %WS1%\_internals\pustaka.tex from %WS1%\thesis.tex .
[10:42:19][Cacher] Adding %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher][Watcher] Watched %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher] Caching %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\_internals\pustaka.tex .
[10:42:19][Cacher] Updated inputs of %WS1%\thesis.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\config\settings.tex .
[10:42:19][Cacher] Updated elements of %WS1%\config\settings.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\config\settings.tex .
[10:42:19][Cacher] Cached %WS1%\config\settings.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher] Updated elements of %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\_internals\hypeindonesia.tex .
[10:42:19][Cacher] Cached %WS1%\_internals\hypeindonesia.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\config\istilah.tex .
[10:42:19][Cacher] Updated elements of %WS1%\config\istilah.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\config\istilah.tex .
[10:42:19][Cacher] Cached %WS1%\config\istilah.tex .
[10:42:19][DupLabel] Checking for duplicate labels: %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Updated elements of %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Updated bibs of %WS1%\_internals\sampul.tex .
[10:42:19][Cacher] Cached %WS1%\_internals\sampul.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\_internals\judul_dalam.tex .
[10:42:20][Cacher] Updated elements of %WS1%\_internals\judul_dalam.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\_internals\judul_dalam.tex .
[10:42:20][Cacher] Cached %WS1%\_internals\judul_dalam.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\pernyataanOrisinalitas.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanKP.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidangS3.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\pengesahanSidang.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\kataPengantar.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\persetujuanPublikasi.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\abstrak.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\00-frontMatter\abstract.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\00-frontMatter\abstract.tex .
[10:42:20][Cacher] Cached %WS1%\src\00-frontMatter\abstract.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab1.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\bab1.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\bab1.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\bab1.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab2.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\bab2.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\bab2.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\bab2.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab3.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\bab3.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\bab3.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\bab3.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab4.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\bab4.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\bab4.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\bab4.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\bab5.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\bab5.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\bab5.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\bab5.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\src\01-body\kesimpulan.tex .
[10:42:20][Cacher] Updated elements of %WS1%\src\01-body\kesimpulan.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\src\01-body\kesimpulan.tex .
[10:42:20][Cacher] Cached %WS1%\src\01-body\kesimpulan.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\_internals\pustaka.tex .
[10:42:20][Cacher] Updated elements of %WS1%\_internals\pustaka.tex .
[10:42:20][Cacher] Bib %WS1%\config\references.bib from %WS1%\_internals\pustaka.tex .
[10:42:20][Intelli][Citation] Parsing .bib entries from %WS1%\config\references.bib
[10:42:20][Cacher][Watcher] Watched %WS1%\config\references.bib with a new watcher on %WS1%\config .
[10:42:20][Cacher] Updated bibs of %WS1%\_internals\pustaka.tex .
[10:42:20][Cacher] Cached %WS1%\_internals\pustaka.tex .
[10:42:20][DupLabel] Checking for duplicate labels: %WS1%\thesis.tex .
[10:42:20][Cacher] Updated elements of %WS1%\thesis.tex .
[10:42:20][Cacher] Updated bibs of %WS1%\thesis.tex .
[10:42:20][Cacher] Cached %WS1%\thesis.tex .
[10:42:20][Cacher][Path] Non-existent .fls for %WS1%\thesis.tex .
[10:42:20][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .
[10:42:21][Intelli][Citation] Parsed 124 bib entries from %WS1%\config\references.bib .
[10:42:21][Structure] Structure force updated with 16 root sections for %WS1%\thesis.tex .
jlelong commented 1 year ago

I confirm the bug. The bib file is not resolved properly caused by cd0fcc1.

jlelong commented 1 year ago

@James-Yu I have made a PR but just see you had assigned yourself before. I leave you the lead on this if you want.

James-Yu commented 1 year ago

Nah it’s just a reminder of mine. Nice that you had a fix for it! I will make a test for the case later.

eleKit commented 1 year ago

Good morning, today I updated to version 9.8.1 and I experienced the same issue

Operating System: macOS Monterey 12.6.3 Visual Studio Code Version: Version: 1.76.2 (Universal) LaTeX Workshop Version: 9.8.1

When I write \cite{} the Intellisense doesn't suggest any citation label from .bib file. Instead, it shows word suggestions.

If I downgrade to version 9.7 the suggestion with Intellisense works again correctly.

CogentRedTester commented 1 year ago

The latest update actually caused this issue for me. My bib files were always resolving correctly before, but starting from yesterday I am having the same issue described in this report where it just shows normal word suggestions instead of bib entries.

My bib file uses a relative path if that makes any difference:

\bibliography{../../Literature-Research/references}

This is my log output:

[12:27:56][Logger] New log placeholder %WS1% registered for /home/user/Onedrive/Papers/Survey .
[12:27:56][Manager] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[12:27:56][Server] Creating LaTeX Workshop http and websocket server.
[12:27:56][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":40399} .
[12:27:56][Extension] Initializing LaTeX Workshop.
[12:27:56][Extension] Extension root: /home/user/.vscode-server/extensions/james-yu.latex-workshop-9.8.2
[12:27:56][Extension] $PATH: /home/user/.vscode-server/bin/7f329fe6c66b0f86ae1574c2911b681ad5a45d63/bin/remote-cli:/home/user/.poetry/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[12:27:56][Extension] $SHELL: /bin/bash
[12:27:56][Extension] $LANG: en_AU.UTF-8
[12:27:56][Extension] $LC_ALL: undefined
[12:27:56][Extension] process.platform: linux
[12:27:56][Extension] process.arch: x64
[12:27:56][Extension] vscode.env.appName: Visual Studio Code
[12:27:56][Extension] vscode.env.remoteName: ssh-remote
[12:27:56][Extension] vscode.env.uiKind: 1
[12:27:56][Extension] LaTeX Workshop initialized.
[12:27:56][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[12:27:56][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[12:27:56][Manager] Current workspace folders: ["file://%WS1%"]
[12:27:56][Manager] Found root file from active editor: %WS1%/Survey Study.tex
[12:27:56][Manager] Root file changed: from undefined to %WS1%/Survey Study.tex
[12:27:56][Manager] Start to find all dependencies.
[12:27:56][Manager] Root file languageId: latex
[12:27:56][Cacher][Watcher] Reset.
[12:27:56][Cacher] Adding %WS1%/Survey Study.tex .
[12:27:56][Cacher][Watcher] Watched %WS1%/Survey Study.tex with a new watcher on %WS1% .
[12:27:56][Cacher] Caching %WS1%/Survey Study.tex .
[12:27:56][Cacher] Input %WS1%/body.tex from %WS1%/Survey Study.tex .
[12:27:56][Cacher] Adding %WS1%/body.tex .
[12:27:56][Cacher][Watcher] Watched %WS1%/body.tex .
[12:27:56][Cacher] Caching %WS1%/body.tex .
[12:27:56][Cacher] Updated inputs of %WS1%/body.tex .
[12:27:56][Cacher] Updated inputs of %WS1%/Survey Study.tex .
[12:27:57][Server] valdOrigin is http://127.0.0.1:40399
[12:27:57][Viewer][Panel] Restoring at column 1 with state {"pdfFileUri":"file://%WS1%/Survey Study.pdf","scale":"auto","scrollMode":0,"sidebarView":0,"spreadMode":0,"scrollTop":9441,"scrollLeft":0,"trim":0,"synctexEnabled":true,"autoReloadEnabled":true}.
[12:27:57][DupLabel] Checking for duplicate labels: %WS1%/body.tex .
[12:27:57][Cacher] Updated elements of %WS1%/body.tex .
[12:27:57][Cacher] Updated bibs of %WS1%/body.tex .
[12:27:57][Cacher] Cached %WS1%/body.tex .
[12:27:57][DupLabel] Checking for duplicate labels: %WS1%/Survey Study.tex .
[12:27:57][Cacher] Updated elements of %WS1%/Survey Study.tex .
[12:27:57][Cacher] Bib /home/user/Onedrive/Literature-Research/references.bib from %WS1%/Survey Study.tex .
[12:27:57][Intelli][Citation] Parsing .bib entries from /home/user/Onedrive/Literature-Research/references.bib
[12:27:57][Cacher][Watcher] Watched /home/user/Onedrive/Literature-Research/references.bib with a new watcher on /home/user/Onedrive/Literature-Research .
[12:27:57][Cacher] Updated bibs of %WS1%/Survey Study.tex .
[12:27:57][Cacher] Cached %WS1%/Survey Study.tex .
[12:27:57][Cacher][Path] Non-existent .fls for %WS1%/Survey Study.tex .
[12:27:57][Structure] Structure force updated with 6 root sections for %WS1%/Survey Study.tex .
[12:27:57][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:40399/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRmhvbWUlMkZvc2NhciUyRk9uZWRyaXZlJTJGUGFwZXJzJTJGU3VydmV5JTJGU3VydmV5JTIwU3R1ZHkucGRm .
[12:27:57][Cacher][Watcher] Watched %WS1%/Survey Study.pdf with a new watcher on %WS1% .
[12:27:57][Intelli][Citation] Parsed 0 bib entries from /home/user/Onedrive/Literature-Research/references.bib .
[12:27:57][Structure] Structure force updated with 6 root sections for %WS1%/Survey Study.tex .
[12:27:58][Viewer] Handle data type: open
[12:27:58][Server] Preview PDF file: file://%WS1%/Survey Study.pdf
[12:27:58][Viewer] Handle data type: loaded
[12:28:14][Manager] Current workspace folders: ["file://%WS1%"]
[12:28:14][Manager] Keep using the same root file: %WS1%/Survey Study.tex
[12:28:14][Structure] Structure updated with 6 root sections for %WS1%/Survey Study.tex .
jlelong commented 1 year ago

@CogentRedTester please open a new issue with the complete logs starting from [Extension] Initializing LaTeX Workshop so that we have the exact release number. Your issue seems different from the above. Your bib file is properly discovered but we cannot parse it

[12:27:57][Intelli][Citation] Parsing .bib entries from /home/user/Onedrive/Literature-Research/references.bib
[12:27:57][Intelli][Citation] Parsed 0 bib entries from /home/user/Onedrive/Literature-Research/references.bib .

Please if you open a new issue, post the developper console logs and the content of references.bib.