James-Yu / LaTeX-Workshop

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

The plugin opens only one external viewer #4101

Closed zyrikby closed 10 months ago

zyrikby commented 10 months ago

Pre-checks*

Environment*

The Issue*

I have Okular configured as an external pdf viewer of the documents (according to the instructions in the blog post). Now, if I have a couple of vscode instances opened with LaTeX code only one external pdf viewer instance is used. I.e., if I open at first the pdf document from one vscode instance, then switch to the second and open the document there, the same Okular instance is used to open the document.

Reproduction Steps

  1. Open two vscode instances with different LaTeX documents
  2. Compile and open the corresponding pdf document in one vscode instance
  3. Switch to another vscode instance
  4. Compile and open the corresponding pdf document there

Expected Behavior

Logs

LaTeX Workshop Output*

[10:52:35.484][Logger] New log placeholder %WS1% registered for /home/yury/PROJECTS/thesis_sources .
[10:52:35.484][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[10:52:35.541][Server] Creating LaTeX Workshop http and websocket server.
[10:52:35.635][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":44557} .
[10:52:35.722][Extension] Initializing LaTeX Workshop.
[10:52:35.722][Extension] Extension root: /home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8
[10:52:35.723][Extension] $PATH: /home/yury/perl5/bin:/home/yury/.nvm/versions/node/v14.17.0/bin:/home/yury/.pyenv/plugins/pyenv-virtualenv/shims:/home/yury/.pyenv/shims:/home/yury/.pyenv/bin:/home/yury/.cargo/bin:/home/yury/.local/bin:/home/yury/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin
[10:52:35.723][Extension] $SHELL: /bin/bash
[10:52:35.723][Extension] $LANG: en_GB.UTF-8
[10:52:35.723][Extension] $LC_ALL: undefined
[10:52:35.723][Extension] process.platform: linux
[10:52:35.723][Extension] process.arch: x64
[10:52:35.723][Extension] vscode.env.appName: Visual Studio Code
[10:52:35.723][Extension] vscode.env.remoteName: undefined
[10:52:35.724][Extension] vscode.env.uiKind: 1
[10:52:35.729][Config] latex-workshop.kpsewhich.enabled: false .
[10:52:35.730][Config] latex-workshop.latex.autoBuild.run: "never" .
[10:52:35.730][Config] latex-workshop.latex.autoClean.run: "onBuilt" .
[10:52:35.731][Config] latex-workshop.latex.clean.fileTypes: ["%DOCFILE%.blg","%DOCFILE%.idx","%DOCFILE%.ind","%DOCFILE%.lof","%DOCFILE%.lot","%DOCFILE%.out","%DOCFILE%.toc","%DOCFILE%.acn","%DOCFILE%.acr","%DOCFILE%.alg","%DOCFILE%.glg","%DOCFILE%.glo","%DOCFILE%.gls","%DOCFILE%.fls","%DOCFILE%.log","%DOCFILE%.fdb_latexmk","%DOCFILE%.snm","%DOCFILE%.synctex(busy)","%DOCFILE%.synctex.gz(busy)","%DOCFILE%.nav","%DOCFILE%.vrb"] .
[10:52:35.731][Config] latex-workshop.latex.clean.method: "glob" .
[10:52:35.732][Config] latex-workshop.view.pdf.viewer: "external" .
[10:52:35.732][Config] latex-workshop.view.pdf.external.viewer.command: "okular" .
[10:52:35.733][Config] latex-workshop.view.pdf.external.viewer.args: ["--unique","%PDF%"] .
[10:52:35.734][Config] latex-workshop.view.pdf.external.synctex.command: "okular" .
[10:52:35.734][Config] latex-workshop.view.pdf.external.synctex.args: ["--unique","%PDF%#src:%LINE%%TEX%"] .
[10:52:35.735][Config] latex-workshop.view.pdf.hand: true .
[10:52:35.738][Config] latex-workshop.synctex.afterBuild.enabled: true .
[10:52:35.749][Config] latex-workshop.intellisense.citation.format: ["author","title","journal","booktitle","year"] .
[10:52:35.770][Extension] LaTeX Workshop initialized.
[10:52:35.778][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[10:52:35.780][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[10:52:35.782][Root] Current workspace folders: ["file://%WS1%"]
[10:52:35.783][Root] Found root file from active editor: %WS1%/main.tex
[10:52:35.783][Root] Root file changed: from %WS1%/main.tex to %WS1%/main.tex, langID latex . Refresh dependencies
[10:52:35.783][Event] ROOT_FILE_CHANGED: "%WS1%/main.tex"
[10:52:35.784][Cacher][Watcher] Reset.
[10:52:35.784][Cacher][Watcher] Reset.
[10:52:35.784][Cacher][Watcher] Reset.
[10:52:35.786][Cacher] Adding %WS1%/main.tex .
[10:52:35.787][Cacher][Watcher] Watched %WS1%/main.tex with a new watcher on %WS1% .
[10:52:35.787][Event] FILE_WATCHED: "%WS1%/main.tex"
[10:52:35.788][Cacher] Caching %WS1%/main.tex .
[10:52:35.790][Cacher] Input %WS1%/notation.tex from %WS1%/main.tex .
[10:52:35.790][Cacher] Adding %WS1%/notation.tex .
[10:52:35.791][Cacher][Watcher] Watched %WS1%/notation.tex .
[10:52:35.791][Event] FILE_WATCHED: "%WS1%/notation.tex"
[10:52:35.791][Cacher] Caching %WS1%/notation.tex .
[10:52:35.792][Cacher] Updated inputs of %WS1%/notation.tex .
[10:52:35.792][Cacher] Parse LaTeX AST: %WS1%/notation.tex .
[10:52:35.793][Cacher] Input %WS1%/frontmatter/title.tex from %WS1%/main.tex .
[10:52:35.793][Cacher] Adding %WS1%/frontmatter/title.tex .
[10:52:35.793][Cacher][Watcher] Watched %WS1%/frontmatter/title.tex with a new watcher on %WS1%/frontmatter .
[10:52:35.794][Event] FILE_WATCHED: "%WS1%/frontmatter/title.tex"
[10:52:35.794][Cacher] Caching %WS1%/frontmatter/title.tex .
[10:52:35.795][Cacher] Updated inputs of %WS1%/frontmatter/title.tex .
[10:52:35.795][Cacher] Parse LaTeX AST: %WS1%/frontmatter/title.tex .
[10:52:35.796][Cacher] Input %WS1%/frontmatter/copyrightpage.tex from %WS1%/main.tex .
[10:52:35.796][Cacher] Adding %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.797][Cacher][Watcher] Watched %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.797][Event] FILE_WATCHED: "%WS1%/frontmatter/copyrightpage.tex"
[10:52:35.798][Cacher] Caching %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.798][Cacher] Updated inputs of %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.798][Cacher] Parse LaTeX AST: %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.799][Cacher] Input %WS1%/nomenclature.tex from %WS1%/main.tex .
[10:52:35.800][Cacher] Adding %WS1%/nomenclature.tex .
[10:52:35.800][Cacher][Watcher] Watched %WS1%/nomenclature.tex .
[10:52:35.800][Event] FILE_WATCHED: "%WS1%/nomenclature.tex"
[10:52:35.800][Cacher] Caching %WS1%/nomenclature.tex .
[10:52:35.801][Cacher] Updated inputs of %WS1%/nomenclature.tex .
[10:52:35.801][Cacher] Parse LaTeX AST: %WS1%/nomenclature.tex .
[10:52:35.801][Cacher] Input %WS1%/mainmatter/1-introduction.tex from %WS1%/main.tex .
[10:52:35.802][Cacher] Adding %WS1%/mainmatter/1-introduction.tex .
[10:52:35.802][Cacher][Watcher] Watched %WS1%/mainmatter/1-introduction.tex with a new watcher on %WS1%/mainmatter .
[10:52:35.803][Event] FILE_WATCHED: "%WS1%/mainmatter/1-introduction.tex"
[10:52:35.803][Cacher] Caching %WS1%/mainmatter/1-introduction.tex .
[10:52:35.804][Cacher] Input %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex from %WS1%/mainmatter/1-introduction.tex .
[10:52:35.805][Cacher] Adding %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:35.805][Cacher][Watcher] Watched %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex with a new watcher on %WS1%/mainmatter/motivation .
[10:52:35.805][Event] FILE_WATCHED: "%WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex"
[10:52:35.806][Cacher] Caching %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:35.807][Cacher] Updated inputs of %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:35.807][Cacher] Parse LaTeX AST: %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:35.807][Cacher] Input %WS1%/mainmatter/problem-statement/problem-statement.tex from %WS1%/mainmatter/1-introduction.tex .
[10:52:35.808][Cacher] Adding %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:35.808][Cacher][Watcher] Watched %WS1%/mainmatter/problem-statement/problem-statement.tex with a new watcher on %WS1%/mainmatter/problem-statement .
[10:52:35.809][Event] FILE_WATCHED: "%WS1%/mainmatter/problem-statement/problem-statement.tex"
[10:52:35.809][Cacher] Caching %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:35.810][Cacher] Updated inputs of %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:35.811][Cacher] Parse LaTeX AST: %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:35.811][Cacher] Updated inputs of %WS1%/mainmatter/1-introduction.tex .
[10:52:35.811][Cacher] Parse LaTeX AST: %WS1%/mainmatter/1-introduction.tex .
[10:52:35.812][Cacher] Input %WS1%/mainmatter/2-related-work.tex from %WS1%/main.tex .
[10:52:35.812][Cacher] Adding %WS1%/mainmatter/2-related-work.tex .
[10:52:35.812][Cacher][Watcher] Watched %WS1%/mainmatter/2-related-work.tex .
[10:52:35.813][Event] FILE_WATCHED: "%WS1%/mainmatter/2-related-work.tex"
[10:52:35.813][Cacher] Caching %WS1%/mainmatter/2-related-work.tex .
[10:52:35.814][Cacher] Input %WS1%/mainmatter/related-work/uncertainty-quantification.tex from %WS1%/mainmatter/2-related-work.tex .
[10:52:35.815][Cacher] Adding %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.815][Cacher][Watcher] Watched %WS1%/mainmatter/related-work/uncertainty-quantification.tex with a new watcher on %WS1%/mainmatter/related-work .
[10:52:35.815][Event] FILE_WATCHED: "%WS1%/mainmatter/related-work/uncertainty-quantification.tex"
[10:52:35.816][Cacher] Caching %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.817][Cacher] Input %WS1%/mainmatter/related-work/6-proposal-related-work.tex from %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.817][Cacher] Adding %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:35.818][Cacher][Watcher] Watched %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:35.818][Event] FILE_WATCHED: "%WS1%/mainmatter/related-work/6-proposal-related-work.tex"
[10:52:35.818][Cacher] Caching %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:35.819][Cacher] Updated inputs of %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:35.819][Cacher] Parse LaTeX AST: %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:35.819][Cacher] Updated inputs of %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.819][Cacher] Parse LaTeX AST: %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.819][Cacher] Updated inputs of %WS1%/mainmatter/2-related-work.tex .
[10:52:35.819][Cacher] Parse LaTeX AST: %WS1%/mainmatter/2-related-work.tex .
[10:52:35.820][Cacher] Input %WS1%/mainmatter/3-preliminaries.tex from %WS1%/main.tex .
[10:52:35.820][Cacher] Adding %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.820][Cacher][Watcher] Watched %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.820][Event] FILE_WATCHED: "%WS1%/mainmatter/3-preliminaries.tex"
[10:52:35.821][Cacher] Caching %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.821][Cacher] Input %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex from %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.822][Cacher] Adding %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:35.822][Cacher][Watcher] Watched %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex with a new watcher on %WS1%/mainmatter/preliminaries .
[10:52:35.822][Event] FILE_WATCHED: "%WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex"
[10:52:35.823][Cacher] Caching %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:35.823][Cacher] Updated inputs of %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:35.824][Cacher] Parse LaTeX AST: %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:35.824][Cacher] Input %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex from %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.824][Cacher] Adding %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:35.825][Cacher][Watcher] Watched %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:35.825][Event] FILE_WATCHED: "%WS1%/mainmatter/preliminaries/3-non-stationary-env.tex"
[10:52:35.825][Cacher] Caching %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:35.826][Cacher] Updated inputs of %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:35.826][Cacher] Parse LaTeX AST: %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:35.826][Cacher] Input %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex from %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.830][Cacher] Adding %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:35.831][Cacher][Watcher] Watched %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:35.831][Event] FILE_WATCHED: "%WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex"
[10:52:35.831][Cacher] Caching %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:35.832][Cacher] Updated inputs of %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:35.832][Cacher] Parse LaTeX AST: %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:35.832][Cacher] Input %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex from %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.833][Cacher] Adding %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:35.833][Cacher][Watcher] Watched %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:35.833][Event] FILE_WATCHED: "%WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex"
[10:52:35.833][Cacher] Caching %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:35.834][Cacher] Updated inputs of %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:35.834][Cacher] Parse LaTeX AST: %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:35.834][Cacher] Updated inputs of %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.834][Cacher] Parse LaTeX AST: %WS1%/mainmatter/3-preliminaries.tex .
[10:52:35.835][Cacher] Input %WS1%/mainmatter/4-contribution.tex from %WS1%/main.tex .
[10:52:35.835][Cacher] Adding %WS1%/mainmatter/4-contribution.tex .
[10:52:35.835][Cacher][Watcher] Watched %WS1%/mainmatter/4-contribution.tex .
[10:52:35.835][Event] FILE_WATCHED: "%WS1%/mainmatter/4-contribution.tex"
[10:52:35.836][Cacher] Caching %WS1%/mainmatter/4-contribution.tex .
[10:52:35.836][Cacher] Updated inputs of %WS1%/mainmatter/4-contribution.tex .
[10:52:35.837][Cacher] Parse LaTeX AST: %WS1%/mainmatter/4-contribution.tex .
[10:52:35.837][Cacher] Input %WS1%/mainmatter/5-experiments.tex from %WS1%/main.tex .
[10:52:35.837][Cacher] Adding %WS1%/mainmatter/5-experiments.tex .
[10:52:35.837][Cacher][Watcher] Watched %WS1%/mainmatter/5-experiments.tex .
[10:52:35.838][Event] FILE_WATCHED: "%WS1%/mainmatter/5-experiments.tex"
[10:52:35.838][Cacher] Caching %WS1%/mainmatter/5-experiments.tex .
[10:52:35.839][Cacher] Input %WS1%/mainmatter/methodology/new_metrics.tex from %WS1%/mainmatter/5-experiments.tex .
[10:52:35.839][Cacher] Adding %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:35.840][Cacher][Watcher] Watched %WS1%/mainmatter/methodology/new_metrics.tex with a new watcher on %WS1%/mainmatter/methodology .
[10:52:35.840][Event] FILE_WATCHED: "%WS1%/mainmatter/methodology/new_metrics.tex"
[10:52:35.840][Cacher] Caching %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:35.841][Cacher] Updated inputs of %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:35.841][Cacher] Parse LaTeX AST: %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:35.842][Cacher] Updated inputs of %WS1%/mainmatter/5-experiments.tex .
[10:52:35.842][Cacher] Parse LaTeX AST: %WS1%/mainmatter/5-experiments.tex .
[10:52:35.842][Cacher] Input %WS1%/mainmatter/5-results.tex from %WS1%/main.tex .
[10:52:35.843][Cacher] Adding %WS1%/mainmatter/5-results.tex .
[10:52:35.843][Cacher][Watcher] Watched %WS1%/mainmatter/5-results.tex .
[10:52:35.843][Event] FILE_WATCHED: "%WS1%/mainmatter/5-results.tex"
[10:52:35.844][Cacher] Caching %WS1%/mainmatter/5-results.tex .
[10:52:35.845][Cacher] Input %WS1%/mainmatter/results/stability.tex from %WS1%/mainmatter/5-results.tex .
[10:52:35.845][Cacher] Adding %WS1%/mainmatter/results/stability.tex .
[10:52:35.846][Cacher][Watcher] Watched %WS1%/mainmatter/results/stability.tex with a new watcher on %WS1%/mainmatter/results .
[10:52:35.846][Event] FILE_WATCHED: "%WS1%/mainmatter/results/stability.tex"
[10:52:35.847][Cacher] Caching %WS1%/mainmatter/results/stability.tex .
[10:52:35.848][Cacher] Updated inputs of %WS1%/mainmatter/results/stability.tex .
[10:52:35.849][Cacher] Parse LaTeX AST: %WS1%/mainmatter/results/stability.tex .
[10:52:35.850][Cacher] Input %WS1%/mainmatter/results/verification-latency.tex from %WS1%/mainmatter/5-results.tex .
[10:52:35.851][Cacher] Adding %WS1%/mainmatter/results/verification-latency.tex .
[10:52:35.851][Cacher][Watcher] Watched %WS1%/mainmatter/results/verification-latency.tex .
[10:52:35.851][Event] FILE_WATCHED: "%WS1%/mainmatter/results/verification-latency.tex"
[10:52:35.852][Cacher] Caching %WS1%/mainmatter/results/verification-latency.tex .
[10:52:35.853][Cacher] Updated inputs of %WS1%/mainmatter/results/verification-latency.tex .
[10:52:35.854][Cacher] Parse LaTeX AST: %WS1%/mainmatter/results/verification-latency.tex .
[10:52:35.854][Cacher] Input %WS1%/mainmatter/results/challenging-concepts.tex from %WS1%/mainmatter/5-results.tex .
[10:52:35.855][Cacher] Adding %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:35.855][Cacher][Watcher] Watched %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:35.856][Event] FILE_WATCHED: "%WS1%/mainmatter/results/challenging-concepts.tex"
[10:52:35.856][Cacher] Caching %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:35.858][Cacher] Updated inputs of %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:35.858][Cacher] Parse LaTeX AST: %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:35.858][Cacher] Updated inputs of %WS1%/mainmatter/5-results.tex .
[10:52:35.858][Cacher] Parse LaTeX AST: %WS1%/mainmatter/5-results.tex .
[10:52:35.858][Cacher] Input %WS1%/mainmatter/7-conclusion-and-future-work.tex from %WS1%/main.tex .
[10:52:35.859][Cacher] Adding %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:35.859][Cacher][Watcher] Watched %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:35.859][Event] FILE_WATCHED: "%WS1%/mainmatter/7-conclusion-and-future-work.tex"
[10:52:35.859][Cacher] Caching %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:35.860][Cacher] Updated inputs of %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:35.860][Cacher] Parse LaTeX AST: %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:35.861][Cacher] Input %WS1%/appendix/Additional-explanation.tex from %WS1%/main.tex .
[10:52:35.861][Cacher] Adding %WS1%/appendix/Additional-explanation.tex .
[10:52:35.862][Cacher][Watcher] Watched %WS1%/appendix/Additional-explanation.tex with a new watcher on %WS1%/appendix .
[10:52:35.862][Event] FILE_WATCHED: "%WS1%/appendix/Additional-explanation.tex"
[10:52:35.862][Cacher] Caching %WS1%/appendix/Additional-explanation.tex .
[10:52:35.863][Cacher] Input %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex from %WS1%/appendix/Additional-explanation.tex .
[10:52:35.864][Cacher] Adding %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.864][Cacher][Watcher] Watched %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex with a new watcher on %WS1%/archive/mainmatter/related-work .
[10:52:35.864][Event] FILE_WATCHED: "%WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex"
[10:52:35.866][Cacher] Caching %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.866][Cacher] Updated inputs of %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.867][Cacher] Parse LaTeX AST: %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:35.867][Cacher] Updated inputs of %WS1%/appendix/Additional-explanation.tex .
[10:52:35.867][Cacher] Parse LaTeX AST: %WS1%/appendix/Additional-explanation.tex .
[10:52:35.868][Cacher] Input %WS1%/appendix/results.tex from %WS1%/main.tex .
[10:52:35.868][Cacher] Adding %WS1%/appendix/results.tex .
[10:52:35.868][Cacher][Watcher] Watched %WS1%/appendix/results.tex .
[10:52:35.868][Event] FILE_WATCHED: "%WS1%/appendix/results.tex"
[10:52:35.868][Cacher] Caching %WS1%/appendix/results.tex .
[10:52:35.869][Cacher] Updated inputs of %WS1%/appendix/results.tex .
[10:52:35.869][Cacher] Parse LaTeX AST: %WS1%/appendix/results.tex .
[10:52:35.869][Cacher] Updated inputs of %WS1%/main.tex .
[10:52:35.869][Cacher] Parse LaTeX AST: %WS1%/main.tex .
[10:52:35.869][Event] ROOT_FILE_SEARCHED
[10:52:35.872][Server] valdOrigin is http://127.0.0.1:44557
[10:52:35.935][Cacher] Parsed LaTeX AST: %WS1%/notation.tex .
[10:52:35.938][Cacher] Updated elements in 2.51 ms: %WS1%/notation.tex .
[10:52:35.939][Event] FILE_PARSED: "%WS1%/notation.tex"
[10:52:35.955][Cacher] Parsed LaTeX AST: %WS1%/frontmatter/title.tex .
[10:52:35.957][Cacher] Updated elements in 1.28 ms: %WS1%/frontmatter/title.tex .
[10:52:35.957][Event] FILE_PARSED: "%WS1%/frontmatter/title.tex"
[10:52:35.964][Cacher] Parsed LaTeX AST: %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.964][Cacher] Updated elements in 0.17 ms: %WS1%/frontmatter/copyrightpage.tex .
[10:52:35.965][Event] FILE_PARSED: "%WS1%/frontmatter/copyrightpage.tex"
[10:52:35.978][Cacher] Parsed LaTeX AST: %WS1%/nomenclature.tex .
[10:52:35.980][Cacher] Updated elements in 1.94 ms: %WS1%/nomenclature.tex .
[10:52:35.981][Event] FILE_PARSED: "%WS1%/nomenclature.tex"
[10:52:36.130][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:36.143][Cacher] Updated elements in 13.09 ms: %WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex .
[10:52:36.144][Event] FILE_PARSED: "%WS1%/mainmatter/motivation/unsupervised-model-adaptation.tex"
[10:52:36.423][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:36.426][Cacher] Updated elements in 2.97 ms: %WS1%/mainmatter/problem-statement/problem-statement.tex .
[10:52:36.427][Event] FILE_PARSED: "%WS1%/mainmatter/problem-statement/problem-statement.tex"
[10:52:36.486][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/1-introduction.tex .
[10:52:36.488][Cacher] Updated elements in 1.13 ms: %WS1%/mainmatter/1-introduction.tex .
[10:52:36.488][Event] FILE_PARSED: "%WS1%/mainmatter/1-introduction.tex"
[10:52:36.536][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:36.537][Cacher] Updated elements in 0.82 ms: %WS1%/mainmatter/related-work/6-proposal-related-work.tex .
[10:52:36.537][Event] FILE_PARSED: "%WS1%/mainmatter/related-work/6-proposal-related-work.tex"
[10:52:36.568][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:36.570][Cacher] Updated elements in 0.94 ms: %WS1%/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:36.571][Event] FILE_PARSED: "%WS1%/mainmatter/related-work/uncertainty-quantification.tex"
[10:52:36.624][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/2-related-work.tex .
[10:52:36.625][Cacher] Updated elements in 1.05 ms: %WS1%/mainmatter/2-related-work.tex .
[10:52:36.625][Event] FILE_PARSED: "%WS1%/mainmatter/2-related-work.tex"
[10:52:36.674][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:36.680][Cacher] Updated elements in 5.89 ms: %WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex .
[10:52:36.681][Event] FILE_PARSED: "%WS1%/mainmatter/preliminaries/2-gradient-boosting-math.tex"
[10:52:36.730][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:36.731][Cacher] Updated elements in 0.94 ms: %WS1%/mainmatter/preliminaries/3-non-stationary-env.tex .
[10:52:36.731][Event] FILE_PARSED: "%WS1%/mainmatter/preliminaries/3-non-stationary-env.tex"
[10:52:36.852][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:36.855][Cacher] Updated elements in 2.00 ms: %WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex .
[10:52:36.855][Event] FILE_PARSED: "%WS1%/mainmatter/preliminaries/11-adaptation-concept-drift.tex"
[10:52:36.921][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:36.926][Cacher] Updated elements in 3.82 ms: %WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex .
[10:52:36.926][Event] FILE_PARSED: "%WS1%/mainmatter/preliminaries/5-uncertainty-quantification.tex"
[10:52:36.933][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/3-preliminaries.tex .
[10:52:36.934][Cacher] Updated elements in 0.24 ms: %WS1%/mainmatter/3-preliminaries.tex .
[10:52:36.934][Event] FILE_PARSED: "%WS1%/mainmatter/3-preliminaries.tex"
[10:52:37.137][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/4-contribution.tex .
[10:52:37.145][Cacher] Updated elements in 8.02 ms: %WS1%/mainmatter/4-contribution.tex .
[10:52:37.146][Event] FILE_PARSED: "%WS1%/mainmatter/4-contribution.tex"
[10:52:37.210][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:37.212][Cacher] Updated elements in 1.38 ms: %WS1%/mainmatter/methodology/new_metrics.tex .
[10:52:37.212][Event] FILE_PARSED: "%WS1%/mainmatter/methodology/new_metrics.tex"
[10:52:37.345][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/5-experiments.tex .
[10:52:37.348][Cacher] Updated elements in 2.62 ms: %WS1%/mainmatter/5-experiments.tex .
[10:52:37.349][Event] FILE_PARSED: "%WS1%/mainmatter/5-experiments.tex"
[10:52:37.366][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/results/stability.tex .
[10:52:37.368][Cacher] Updated elements in 0.70 ms: %WS1%/mainmatter/results/stability.tex .
[10:52:37.368][Event] FILE_PARSED: "%WS1%/mainmatter/results/stability.tex"
[10:52:37.435][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/results/verification-latency.tex .
[10:52:37.437][Cacher] Updated elements in 1.66 ms: %WS1%/mainmatter/results/verification-latency.tex .
[10:52:37.438][Event] FILE_PARSED: "%WS1%/mainmatter/results/verification-latency.tex"
[10:52:37.486][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:37.488][Cacher] Updated elements in 1.40 ms: %WS1%/mainmatter/results/challenging-concepts.tex .
[10:52:37.489][Event] FILE_PARSED: "%WS1%/mainmatter/results/challenging-concepts.tex"
[10:52:37.528][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/5-results.tex .
[10:52:37.530][Cacher] Updated elements in 1.15 ms: %WS1%/mainmatter/5-results.tex .
[10:52:37.530][Event] FILE_PARSED: "%WS1%/mainmatter/5-results.tex"
[10:52:37.603][Cacher] Parsed LaTeX AST: %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:37.604][Cacher] Updated elements in 1.23 ms: %WS1%/mainmatter/7-conclusion-and-future-work.tex .
[10:52:37.605][Event] FILE_PARSED: "%WS1%/mainmatter/7-conclusion-and-future-work.tex"
[10:52:37.608][Commander] VIEW command invoked.
[10:52:37.608][Root] Current workspace folders: ["file://%WS1%"]
[10:52:37.609][Root] Found root file from active editor: %WS1%/main.tex
[10:52:37.609][Root] Keep using the same root file: %WS1%/main.tex
[10:52:37.609][Event] ROOT_FILE_SEARCHED
[10:52:37.610][Viewer] Open external viewer for %WS1%/main.pdf
[10:52:37.610][Viewer] Execute the external PDF viewer command The command is okular:["--unique","%WS1%/main.pdf"].
[10:52:37.637][Cacher] Parsed LaTeX AST: %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:37.638][Cacher] Updated elements in 0.63 ms: %WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex .
[10:52:37.639][Event] FILE_PARSED: "%WS1%/archive/mainmatter/related-work/uncertainty-quantification.tex"
[10:52:37.639][Cacher] Parsed LaTeX AST: %WS1%/appendix/Additional-explanation.tex .
[10:52:37.639][Cacher] Updated elements in 0.06 ms: %WS1%/appendix/Additional-explanation.tex .
[10:52:37.640][Event] FILE_PARSED: "%WS1%/appendix/Additional-explanation.tex"
[10:52:37.663][Cacher] Parsed LaTeX AST: %WS1%/appendix/results.tex .
[10:52:37.664][Cacher] Updated elements in 0.75 ms: %WS1%/appendix/results.tex .
[10:52:37.665][Event] FILE_PARSED: "%WS1%/appendix/results.tex"
[10:52:37.682][Cacher] Parsed LaTeX AST: %WS1%/main.tex .
[10:52:37.682][File] Calling kpsewhich to resolve layout/tudelft-report.cls .
[10:52:37.947][Cacher] Bib %WS1%/bibliography/references.bib from %WS1%/main.tex .
[10:52:37.948][Intelli][Citation] Parsing .bib entries from %WS1%/bibliography/references.bib
[10:52:37.951][Intelli][Citation] Parse BibTeX AST from %WS1%/bibliography/references.bib .
[10:52:37.951][Cacher][Watcher] Watched %WS1%/bibliography/references.bib with a new watcher on %WS1%/bibliography .
[10:52:37.952][Event] FILE_WATCHED: "%WS1%/bibliography/references.bib"
[10:52:37.952][Cacher] Bib %WS1%/bibliography/additional_references.bib from %WS1%/main.tex .
[10:52:37.953][Intelli][Citation] Parsing .bib entries from %WS1%/bibliography/additional_references.bib
[10:52:37.954][Intelli][Citation] Parse BibTeX AST from %WS1%/bibliography/additional_references.bib .
[10:52:37.954][Cacher][Watcher] Watched %WS1%/bibliography/additional_references.bib .
[10:52:37.954][Event] FILE_WATCHED: "%WS1%/bibliography/additional_references.bib"
[10:52:37.954][Cacher] Updated elements in 272.43 ms: %WS1%/main.tex .
[10:52:37.956][Event] FILE_PARSED: "%WS1%/main.tex"
[10:52:37.992][Structure] Structure force updated with 0 root sections for %WS1%/main.tex .
[10:52:37.992][Event] STRUCTURE_UPDATED
[10:52:37.993][Structure] Structure updated with 9 root sections for %WS1%/main.tex .
[10:52:37.994][Event] STRUCTURE_UPDATED
[10:52:38.003][Intelli][Citation] Parsed 121 bib entries from %WS1%/bibliography/references.bib .
[10:52:38.003][Event] FILE_PARSED: "%WS1%/bibliography/references.bib"
[10:52:38.017][Structure] Structure force updated with 9 root sections for %WS1%/main.tex .
[10:52:38.018][Event] STRUCTURE_UPDATED
[10:52:38.018][Intelli][Citation] Parsed 2 bib entries from %WS1%/bibliography/additional_references.bib .
[10:52:38.018][Event] FILE_PARSED: "%WS1%/bibliography/additional_references.bib"
[10:52:38.030][Structure] Structure force updated with 9 root sections for %WS1%/main.tex .
[10:52:38.031][Event] STRUCTURE_UPDATED
[11:14:04.890][Event] STRUCTURE_UPDATED
[11:14:08.767][Commander] VIEW command invoked.
[11:14:08.768][Root] Current workspace folders: ["file://%WS1%"]
[11:14:08.769][Root] Found root file from active editor: %WS1%/main.tex
[11:14:08.770][Root] Keep using the same root file: %WS1%/main.tex
[11:14:08.770][Event] ROOT_FILE_SEARCHED
[11:14:08.771][Event] STRUCTURE_UPDATED
[11:14:08.772][Viewer] Open external viewer for %WS1%/main.pdf
[11:14:08.772][Viewer] Execute the external PDF viewer command The command is okular:["--unique","%WS1%/main.pdf"].
[11:14:08.888][Viewer] The external PDF viewer stdout: 
[11:14:08.889][Viewer] The external PDF viewer stderr: 
[11:15:29.117][Commander] VIEW command invoked.
[11:15:29.117][Root] Current workspace folders: ["file://%WS1%"]
[11:15:29.118][Root] Found root file from active editor: %WS1%/main.tex
[11:15:29.119][Root] Keep using the same root file: %WS1%/main.tex
[11:15:29.119][Event] ROOT_FILE_SEARCHED
[11:15:29.120][Event] STRUCTURE_UPDATED
[11:15:29.120][Viewer] Open external viewer for %WS1%/main.pdf
[11:15:29.121][Viewer] Execute the external PDF viewer command The command is okular:["--unique","%WS1%/main.pdf"].
[11:15:29.252][Viewer] The external PDF viewer stdout: 
[11:15:29.253][Viewer] The external PDF viewer stderr: 
[11:16:36.655][Event] STRUCTURE_UPDATED

Developer Tools Console

WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'registerIssueDataProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
log.ts:421  INFO Started local extension host with pid 6761.
log.ts:431  WARN [searKing.preview-vscode]: Cannot register 'markdown.styles'. This property is already registered.
log.ts:431  WARN [searKing.preview-vscode]: Cannot register 'markdown.links.openLocation'. This property is already registered.
log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
console.ts:137 [Extension Host] Checking whether to register object drop extension
console.ts:137 [Extension Host] Registering object drop provider
console.ts:137 [Extension Host] Registered object drop provider
console.ts:137 [Extension Host] Looking for parseable documents...
console.ts:137 [Extension Host] Found no documents
log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.sql.
Old grammar file: file:///usr/share/code/resources/app/extensions/sql/syntaxes/sql.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/mtxr.sqltools-0.28.1/language/sql.tmLanguage.json
register @ TMScopeRegistry.ts:46
log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///usr/share/code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/james-yu.latex-workshop-9.15.8/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.sql.
Old grammar file: file:///usr/share/code/resources/app/extensions/sql/syntaxes/sql.tmLanguage.json.
New grammar file: file:///home/yury/.vscode/extensions/mtxr.sqltools-0.28.1/language/sql.tmLanguage.json
register @ TMScopeRegistry.ts:46
console.ts:137 [Extension Host] [vscode-icons] v12.6.0 activated!
log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
log.ts:421  INFO [perf] Render performance baseline is 137ms
log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
6An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
2log.ts:431  WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings

Anything Else?

Before it was working as expected, however, I cannot bisect exactly when this has changed.

James-Yu commented 10 months ago

That is not caused by changes on this extension. See https://github.com/James-Yu/LaTeX-Workshop/blob/6664026f96a823b1bbe8fa5a00b95c420d98f6ef/src/preview/viewer.ts#L220-L262

You may want to check whether Okular or other of your viewers made changes.