Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 8.21.0 is not showing suggestions within \ref{} #2926

Closed
pedrolimasi opened this issue Oct 21, 2021 · 1 comment
Closed

Version 8.21.0 is not showing suggestions within \ref{} #2926

pedrolimasi opened this issue Oct 21, 2021 · 1 comment
Labels
bug Issue identified by LW maintainers as bug

Comments

@pedrolimasi
Copy link

Preliminary questions [Required]

Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]

You still see this issue?: Yes

Make sure to visit the wiki FAQ before filling an issue.

You visited the wiki?: Yes

If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.

You can compile a TeX document manually?: Yes

Describe the bug [Required]

After last update (8.21.0), \ref{} is giving me "No suggestions." for auto-complete suggestions. I reverted back to version 8.20.2 and it's working again.

To Reproduce

I tried to reproduce it with a minimal example. But actually this works:

\documentclass{book}

\begin{document}
    \section{Begin}\label{sec:begin}

    testing\ref{}
\end{document}

and I get the suggestion for the \label{} as expected.

Expected behavior

I expected \ref{} to give me auto-complete suggestions for labels defined through \label{}.

Logs [Required]

Please paste the whole log messages here, not parts of ones. The log should start with Initializing LaTeX Workshop. It is very important to identify problems.

LaTeX Workshop Output [Required]

Here are the logs with timestamp removed to facilitate the diff.

In version 8.20.2, I'm seeing a Fall back to regex-based completion. which is triggered exactly when I type \ref{} and the intellisense should come up. That is not present for 8.21.0. So I'd guess there's our best tip to wahtever is not working.

Log for [8.20.2]
Initializing LaTeX Workshop.
Extension root: /home/pedro/.vscode/extensions/james-yu.latex-workshop-8.20.2
$PATH: /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/pedro/.local/bin:/home/pedro/bin:/home/pedro/bin/:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/pedro/.local/bin:/home/pedro/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
$SHELL: /bin/bash
vscode.env.appName: Visual Studio Code
vscode.env.remoteName: undefined
vscode.env.uiKind: 1
latex-workshop.bind.enter.key: true
latex-workshop.docker.enabled: false
latex-workshop.docker.image.latex: ""
latex-workshop.intellisense.package.enabled: true
latex-workshop.intellisense.update.aggressive.enabled: true
latex-workshop.intellisense.update.delay: 1000
latex-workshop.latex.autoBuild.run: "onSave"
latex-workshop.latex.outDir: "%DIR%/out"
latex-workshop.latex.recipes: [
 {
  "name": "latexmk 🔃",
  "tools": [
   "latexmk"
  ]
 },
 {
  "name": "latexmk (latexmkrc)",
  "tools": [
   "latexmk_rconly"
  ]
 },
 {
  "name": "latexmk (lualatex)",
  "tools": [
   "lualatexmk"
  ]
 },
 {
  "name": "pdflatex ➞ bibtex ➞ pdflatex × 2",
  "tools": [
   "pdflatex",
   "bibtex",
   "pdflatex",
   "pdflatex"
  ]
 },
 {
  "name": "Compile Rnw files",
  "tools": [
   "rnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "Compile Jnw files",
  "tools": [
   "jnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "tectonic",
  "tools": [
   "tectonic"
  ]
 }
]
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": "latexmk_rconly",
  "command": "latexmk",
  "args": [
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "pdflatex",
  "command": "pdflatex",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-output-directory=%OUTDIR%",
   "-file-line-error",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "bibtex",
  "command": "bibtex",
  "args": [
   "%OUTDIR%/%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": "jnw2texmintex",
  "command": "julia",
  "args": [
   "-e",
   "using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"
  ],
  "env": {}
 },
 {
  "name": "tectonic",
  "command": "tectonic",
  "args": [
   "--synctex",
   "--keep-logs",
   "%DOC%.tex"
  ],
  "env": {}
 }
]
latex-workshop.viewer.pdf.internal.keyboardEvent: "auto"
Creating a new file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
Creating PDF file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{}}
Creating Bib file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[Server] Creating LaTeX Workshop http and websocket server.
LaTeX Workshop initialized.
Trigger characters for intellisense of LaTeX documents: ["\\",",","{","["]
Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[]}
Current workspace folders: ["file:///home/pedro/projetos/thesis"]
Current workspaceRootDir: file:///home/pedro/projetos/thesis
[Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":46105}
Snippet data loaded.
Cannot find fls file: /home/pedro/projetos/thesis/out/config.fls
Cannot find fls file: /home/pedro/projetos/thesis/out/apendices.fls
Cannot find fls file: /home/pedro/projetos/thesis/out/2-review.fls
Fls file found: /home/pedro/projetos/thesis/out/main.fls
Found root file from '.fls': /home/pedro/projetos/thesis/main.tex
Root file changed: from undefined to /home/pedro/projetos/thesis/main.tex
Start to find all dependencies.
Root file languageId: latex
Reset file watcher.
Parsing a file and its subfiles: /home/pedro/projetos/thesis/main.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/config.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/1-introduction.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/2-review.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/3-methodology.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/5-conclusions.tex
Found .bib file: /home/pedro/projetos/thesis/bibliography.bib
Added to bib file watcher: /home/pedro/projetos/thesis/bibliography.bib
Parsing .bib entries from /home/pedro/projetos/thesis/bibliography.bib
Added to file watcher: /home/pedro/projetos/thesis/main.tex
Added to file watcher: /home/pedro/projetos/thesis/config.tex
Added to file watcher: /home/pedro/projetos/thesis/1-introduction.tex
Added to file watcher: /home/pedro/projetos/thesis/2-review.tex
Added to file watcher: /home/pedro/projetos/thesis/3-methodology.tex
Added to file watcher: /home/pedro/projetos/thesis/5-conclusions.tex
Error parsing BibTeX: line 655 in /home/pedro/projetos/thesis/bibliography.bib.
Checking for duplicate labels: /home/pedro/projetos/thesis/main.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/config.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/1-introduction.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/2-review.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/3-methodology.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/5-conclusions.tex.
LOG command invoked: default
Current workspace folders: ["file:///home/pedro/projetos/thesis"]
Current workspaceRootDir: file:///home/pedro/projetos/thesis
Keep using the same root file: /home/pedro/projetos/thesis/main.tex
Manager.fileWatcher.getWatched: {"/home/pedro/projetos/thesis":["1-introduction.tex","2-review.tex","3-methodology.tex","5-conclusions.tex","config.tex","main.tex"]}
Manager.filesWatched: ["/home/pedro/projetos/thesis/main.tex","/home/pedro/projetos/thesis/config.tex","/home/pedro/projetos/thesis/1-introduction.tex","/home/pedro/projetos/thesis/2-review.tex","/home/pedro/projetos/thesis/3-methodology.tex","/home/pedro/projetos/thesis/5-conclusions.tex"]
BibWatcher.bibWatcher.getWatched: {"/home/pedro/projetos/thesis":["bibliography.bib"]}
BibWatcher.bibsWatched: ["/home/pedro/projetos/thesis/bibliography.bib"]
PdfWatcher.pdfWatcher.getWatched: {}
PdfWatcher.pdfsWatched: []
Parsing a file and its subfiles: /home/pedro/projetos/thesis/5-conclusions.tex
Parse fls file.
Fls file found: /home/pedro/projetos/thesis/out/main.fls
Parse aux file: /home/pedro/projetos/thesis/out/config.tex.aux
Parse aux file: /home/pedro/projetos/thesis/out/main.aux
Parse aux file: /home/pedro/projetos/thesis/out/1-introduction.aux
Parse aux file: /home/pedro/projetos/thesis/out/2-review.aux
Parse aux file: /home/pedro/projetos/thesis/out/3-methodology.aux
Parse aux file: /home/pedro/projetos/thesis/out/5-conclusions.aux
Checking for duplicate labels: /home/pedro/projetos/thesis/5-conclusions.tex.
Added to file watcher: /home/pedro/projetos/thesis/dissertationFEC.cls
Added to file watcher: /home/pedro/projetos/thesis/logos/logo-unicamp.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/complex_dfn.pdf
Added to file watcher: /home/pedro/texmf/tex/generic/babel-portuges/portuges.ldf
Added to file watcher: /home/pedro/projetos/thesis/figures/exampleMHMmesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ConformalMesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/Non-conformal-HangingNode.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/illegaledge.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/legaledge.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/topologies_pz.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/neighbourhood.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/uniform_refinement.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/nonuniform_refinement.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/convex-region.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/non-convex-region.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/FaceAndRibMesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ConformityForYoungest.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/CubeArbitrarilyRefined.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ResultingVolumes.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/DihedralAngle.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/rolodex.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble3.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble4.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble5.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble6.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble7.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble8.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/fracplane.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/BinaryNodes.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/IntersectedRibs.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/Pint.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/point_in_polygon.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/IntersectedFaces.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SplitCases.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/statusVectorExample.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/RefinedFaces.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SnappedRib.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SnappedFace.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/fracture-subpolygons.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SubPolygonAssembleNoShadow.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/sub-polygons-dihedral-angles.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/FaceIncorporationComplete.pdf
Parsing a file and its subfiles: /home/pedro/projetos/thesis/5-conclusions.tex
Parse fls file.
Fls file found: /home/pedro/projetos/thesis/out/main.fls
Parse aux file: /home/pedro/projetos/thesis/out/config.tex.aux
Parse aux file: /home/pedro/projetos/thesis/out/main.aux
Parse aux file: /home/pedro/projetos/thesis/out/1-introduction.aux
Parse aux file: /home/pedro/projetos/thesis/out/2-review.aux
Parse aux file: /home/pedro/projetos/thesis/out/3-methodology.aux
Parse aux file: /home/pedro/projetos/thesis/out/5-conclusions.aux
Cannot parse a TeX file: /home/pedro/projetos/thesis/5-conclusions.tex
Fall back to regex-based completion.
Checking for duplicate labels: /home/pedro/projetos/thesis/5-conclusions.tex.
Log for [8.21.0]
Initializing LaTeX Workshop.
Extension root: /home/pedro/.vscode/extensions/james-yu.latex-workshop-8.21.0
$PATH: /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/pedro/.local/bin:/home/pedro/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
$SHELL: /bin/bash
vscode.env.appName: Visual Studio Code
vscode.env.remoteName: undefined
vscode.env.uiKind: 1
latex-workshop.bind.enter.key: true
latex-workshop.docker.enabled: false
latex-workshop.docker.image.latex: ""
latex-workshop.intellisense.package.enabled: true
latex-workshop.intellisense.update.aggressive.enabled: true
latex-workshop.intellisense.update.delay: 1000
latex-workshop.latex.autoBuild.run: "onSave"
latex-workshop.latex.outDir: "%DIR%/out"
latex-workshop.latex.recipes: [
 {
  "name": "latexmk 🔃",
  "tools": [
   "latexmk"
  ]
 },
 {
  "name": "latexmk (latexmkrc)",
  "tools": [
   "latexmk_rconly"
  ]
 },
 {
  "name": "latexmk (lualatex)",
  "tools": [
   "lualatexmk"
  ]
 },
 {
  "name": "pdflatex ➞ bibtex ➞ pdflatex × 2",
  "tools": [
   "pdflatex",
   "bibtex",
   "pdflatex",
   "pdflatex"
  ]
 },
 {
  "name": "Compile Rnw files",
  "tools": [
   "rnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "Compile Jnw files",
  "tools": [
   "jnw2tex",
   "latexmk"
  ]
 },
 {
  "name": "tectonic",
  "tools": [
   "tectonic"
  ]
 }
]
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": "latexmk_rconly",
  "command": "latexmk",
  "args": [
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "pdflatex",
  "command": "pdflatex",
  "args": [
   "-synctex=1",
   "-interaction=nonstopmode",
   "-output-directory=%OUTDIR%",
   "-file-line-error",
   "%DOC%"
  ],
  "env": {}
 },
 {
  "name": "bibtex",
  "command": "bibtex",
  "args": [
   "%OUTDIR%/%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": "jnw2texmintex",
  "command": "julia",
  "args": [
   "-e",
   "using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"
  ],
  "env": {}
 },
 {
  "name": "tectonic",
  "command": "tectonic",
  "args": [
   "--synctex",
   "--keep-logs",
   "%DOC%.tex"
  ],
  "env": {}
 }
]
latex-workshop.viewer.pdf.internal.keyboardEvent: "auto"
Creating a new file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
Creating PDF file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{}}
Creating Bib file watcher.
watcherOptions: {"useFsEvents":false,"usePolling":false,"interval":300,"binaryInterval":1000,"awaitWriteFinish":{"stabilityThreshold":250}}
Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[Server] Creating LaTeX Workshop http and websocket server.
LaTeX Workshop initialized.
Trigger characters for intellisense of LaTeX documents: ["\\",",","{","["]
Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[]}
Current workspace folders: ["file:///home/pedro/projetos/thesis"]
Current workspaceRootDir: file:///home/pedro/projetos/thesis
[Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":42171}
Snippet data loaded.
Cannot find fls file: /home/pedro/projetos/thesis/out/1-introduction.fls
Fls file found: /home/pedro/projetos/thesis/out/main.fls
Found root file from '.fls': /home/pedro/projetos/thesis/main.tex
Root file changed: from undefined to /home/pedro/projetos/thesis/main.tex
Start to find all dependencies.
Root file languageId: latex
Reset file watcher.
Parsing a file and its subfiles: /home/pedro/projetos/thesis/main.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/config.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/1-introduction.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/2-review.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/3-methodology.tex
Parsing a file and its subfiles: /home/pedro/projetos/thesis/5-conclusions.tex
Found .bib file: /home/pedro/projetos/thesis/bibliography.bib
Added to bib file watcher: /home/pedro/projetos/thesis/bibliography.bib
Parsing .bib entries from /home/pedro/projetos/thesis/bibliography.bib
Added to file watcher: /home/pedro/projetos/thesis/main.tex
Added to file watcher: /home/pedro/projetos/thesis/config.tex
Added to file watcher: /home/pedro/projetos/thesis/1-introduction.tex
Added to file watcher: /home/pedro/projetos/thesis/2-review.tex
Added to file watcher: /home/pedro/projetos/thesis/3-methodology.tex
Added to file watcher: /home/pedro/projetos/thesis/5-conclusions.tex
Error parsing BibTeX: line 655 in /home/pedro/projetos/thesis/bibliography.bib.
Checking for duplicate labels: /home/pedro/projetos/thesis/main.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/config.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/1-introduction.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/2-review.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/3-methodology.tex.
Checking for duplicate labels: /home/pedro/projetos/thesis/5-conclusions.tex.
LOG command invoked: default
Current workspace folders: ["file:///home/pedro/projetos/thesis"]
Current workspaceRootDir: file:///home/pedro/projetos/thesis
Keep using the same root file: /home/pedro/projetos/thesis/main.tex
Manager.fileWatcher.getWatched: {"/home/pedro/projetos/thesis":["1-introduction.tex","2-review.tex","3-methodology.tex","5-conclusions.tex","config.tex","main.tex"]}
Manager.filesWatched: ["/home/pedro/projetos/thesis/main.tex","/home/pedro/projetos/thesis/config.tex","/home/pedro/projetos/thesis/1-introduction.tex","/home/pedro/projetos/thesis/2-review.tex","/home/pedro/projetos/thesis/3-methodology.tex","/home/pedro/projetos/thesis/5-conclusions.tex"]
BibWatcher.bibWatcher.getWatched: {"/home/pedro/projetos/thesis":["bibliography.bib"]}
BibWatcher.bibsWatched: ["/home/pedro/projetos/thesis/bibliography.bib"]
PdfWatcher.pdfWatcher.getWatched: {}
PdfWatcher.pdfsWatched: []
Parsing a file and its subfiles: /home/pedro/projetos/thesis/5-conclusions.tex
Parse fls file.
Fls file found: /home/pedro/projetos/thesis/out/main.fls
Parse aux file: /home/pedro/projetos/thesis/out/config.tex.aux
Parse aux file: /home/pedro/projetos/thesis/out/main.aux
Parse aux file: /home/pedro/projetos/thesis/out/1-introduction.aux
Parse aux file: /home/pedro/projetos/thesis/out/2-review.aux
Parse aux file: /home/pedro/projetos/thesis/out/3-methodology.aux
Parse aux file: /home/pedro/projetos/thesis/out/5-conclusions.aux
Checking for duplicate labels: /home/pedro/projetos/thesis/5-conclusions.tex.
Added to file watcher: /home/pedro/projetos/thesis/dissertationFEC.cls
Added to file watcher: /home/pedro/projetos/thesis/logos/logo-unicamp.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/complex_dfn.pdf
Added to file watcher: /home/pedro/texmf/tex/generic/babel-portuges/portuges.ldf
Added to file watcher: /home/pedro/projetos/thesis/figures/exampleMHMmesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ConformalMesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/Non-conformal-HangingNode.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/illegaledge.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/legaledge.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/topologies_pz.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/neighbourhood.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/uniform_refinement.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/nonuniform_refinement.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/convex-region.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/non-convex-region.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/FaceAndRibMesh.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ConformityForYoungest.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/CubeArbitrarilyRefined.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/ResultingVolumes.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/DihedralAngle.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/rolodex.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble3.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble4.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble5.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble6.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble7.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/assembleAnim/assemble8.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/fracplane.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/BinaryNodes.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/IntersectedRibs.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/Pint.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/point_in_polygon.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/IntersectedFaces.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SplitCases.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/statusVectorExample.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/RefinedFaces.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SnappedRib.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SnappedFace.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/fracture-subpolygons.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/SubPolygonAssembleNoShadow.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/sub-polygons-dihedral-angles.pdf
Added to file watcher: /home/pedro/projetos/thesis/figures/FaceIncorporationComplete.pdf

Developer Tools Console [Required]

INFO Starting extension host with pid 335271.
workbench.desktop.main.js:603   

ERR [Extension Host] (node:335271) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `code --trace-deprecation ...` to show where the warning was created)
workbench.desktop.main.js:71 

[Extension Host] (node:335271) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `code --trace-deprecation ...` to show where the warning was created)
v @ workbench.desktop.main.js:71
_logExtensionHostMessage @ workbench.desktop.main.js:2942
(anonymous) @ workbench.desktop.main.js:2942
fire @ workbench.desktop.main.js:69
(anonymous) @ workbench.desktop.main.js:603
emit @ events.js:315
emit @ internal/child_process.js:903
processTicksAndRejections @ internal/process/task_queues.js:81

DevTools failed to load source map: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/6cba118ac49a1b88332f312a8f67186f7f3c1643/core/vs/workbench/workbench.desktop.main.js.map: Load canceled due to load timeout

Screenshots

image

image

Desktop [Required]

Please write exact version numbers. Please don't write latest instead of exact numbers.

  • OS: Ubuntu 20.04
  • VS Code version: 1.61.2 x64
  • Extension version: 8.21.0
  • TeX distribution version: TeXLive Version: 2019.20200218-1

Additional questions

Are you using VSCodium?

No

Are you using the Snap or Flatpack versions of VS Code?

Yes (snap)

Are you using LaTeX Workshop with VS Code Remote?

No

@jlelong jlelong added the bug Issue identified by LW maintainers as bug label Oct 21, 2021
@jlelong
Copy link
Collaborator

jlelong commented Oct 21, 2021

I confirm the bug.

@jlelong jlelong closed this as completed Oct 22, 2021
Repository owner locked as resolved and limited conversation to collaborators Oct 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by LW maintainers as bug
Projects
None yet
Development

No branches or pull requests

2 participants