James-Yu / LaTeX-Workshop

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

No IntelliSense suggestion automatically selected when in snippet #3712

Closed jywu20 closed 1 year ago

jywu20 commented 1 year ago

Pre-check

Extension Version

9.6.2

Operating System and Version

Windows 10

Visual Studio Code Version

1.75.1

LaTeX Distribution Version

TeX Live 2022

Extension Environment

The Issue

After the recent update of VSCode, when in a snippet, pressing \ can trigger IntelliSense but no suggestion is automatically selected. This is illustrated in the screenshot below: note that no option is selected.

problem

This induces a rather counter-intuitive behavior: when the IntelliSense appears, you shouldn't press Enter to accept the highest suggestion.

Reproduction Steps

As is reported above.

Expected Behavior

The expecte behavior (and also the behavior before the update) should be

expected

Actual Behavior

As is reported above.

LaTeX Workshop Output

[22:32:05][Logger] New log placeholder %WS1% registered for d:\Notes . [22:32:05][Config] Configuration for workspace: file:///d:/Notes . [22:32:06][Config] editor.acceptSuggestionOnEnter: "on" . [22:32:06][Config] latex-workshop.bind.enter.key: true . [22:32:06][Config] latex-workshop.docker.enabled: false . [22:32:06][Config] latex-workshop.docker.image.latex: "" . [22:32:06][Config] latex-workshop.hover.preview.mathjax.extensions: [] . [22:32:06][Config] latex-workshop.intellisense.package.enabled: true . [22:32:06][Config] latex-workshop.intellisense.update.aggressive.enabled: false . [22:32:06][Config] latex-workshop.intellisense.update.delay: 1000 . [22:32:06][Config] latex-workshop.latex.autoBuild.run: "never" . [22:32:06][Config] latex-workshop.latex.build.forceRecipeUsage: true . [22:32:06][Config] latex-workshop.latex.outDir: "%DIR%" . [22:32:06][Config] latex-workshop.latex.recipes: [ { "name": "latexmk", "tools": [ "latexmk" ] }, { "name": "latexmk (latexmkrc)", "tools": [ "latexmk_rconly" ] }, { "name": "latexmk (lualatex)", "tools": [ "lualatexmk" ] }, { "name": "latexmk (xelatex)", "tools": [ "xelatexmk" ] }, { "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": "Compile Pnw files", "tools": [ "pnw2tex", "latexmk" ] }, { "name": "tectonic", "tools": [ "tectonic" ] } ] . [22:32:06][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": {} } ] . [22:32:06][Config] latex-workshop.viewer.pdf.internal.keyboardEvent: "auto" . [22:32:06][Manager] Set $LATEXWORKSHOP_DOCKER_LATEX: "" [22:32:06][Server] Creating LaTeX Workshop http and websocket server. [22:32:06][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":59694} [22:32:06][Extension] Initializing LaTeX Workshop. [22:32:06][Extension] Extension root: c:\Users\Thinkpad.vscode\extensions\james-yu.latex-workshop-9.6.2 [22:32:06][Extension] $PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;D:\Program Files\NetSarang\Xshell 7\;D:\Program Files\NetSarang\Xftp 7\;C:\Program Files\Wolfram Research\WolframScript\;C:\Users\Thinkpad\AppData\Local\Microsoft\WindowsApps;;C:\Users\Thinkpad\AppData\Local\Programs\Microsoft VS Code\bin;D:\texlive\2022\bin\win32;D:\Program Files\Julia-1.7.3\bin [22:32:06][Extension] $SHELL: undefined [22:32:06][Extension] $LANG: undefined [22:32:06][Extension] $LC_ALL: undefined [22:32:06][Extension] process.platform: win32 [22:32:06][Extension] process.arch: x64 [22:32:06][Extension] vscode.env.appName: Visual Studio Code [22:32:06][Extension] vscode.env.remoteName: undefined [22:32:06][Extension] vscode.env.uiKind: 1 [22:32:06][Extension] LaTeX Workshop initialized. [22:32:06][Format][Bib] Bibtex format config: {"tab":" ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]} [22:32:06][Extension] Trigger characters for intellisense of LaTeX documents: ["\",",","{"] [22:32:06][Manager] Current workspace folders: ["file:///d:/Notes"] [22:32:06][Manager] Found root file from active editor: %WS1%\Physics-new\ab-initio\gw-bse.tex [22:32:06][Manager] Root file changed: from undefined to %WS1%\Physics-new\ab-initio\gw-bse.tex [22:32:06][Manager] Start to find all dependencies. [22:32:06][Manager] Root file languageId: latex [22:32:06][Cacher][Watcher] Reset. [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\gw-bse.tex with a new watcher on %WS1%\Physics-new\ab-initio . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex with a new watcher on %WS1%\Physics-new\ab-initio\feyn . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:06][Cacher] Input %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:06][Cacher] Adding %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:06][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:06][Cacher] Caching %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:06][Cacher] Updated inputs of %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:07][Server] valdOrigin is http://127.0.0.1:59694 [22:32:07][Viewer][Panel] Restoring at column 1 with state {"pdfFileUri":"file:///d:/Notes/Physics-new/ab-initio/gw-bse.pdf","scale":"1","scrollMode":0,"sidebarView":0,"spreadMode":0,"scrollTop":23074,"scrollLeft":0,"trim":0,"synctexEnabled":true,"autoReloadEnabled":true}. [22:32:07][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:59694/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRmQlM0ElMkZOb3RlcyUyRlBoeXNpY3MtbmV3JTJGYWItaW5pdGlvJTJGZ3ctYnNlLnBkZg . [22:32:07][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\gw-bse.pdf with a new watcher on %WS1%\Physics-new\ab-initio . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\self-energy-1.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\vertex-output-example.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\density-response-1.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\respose-correlation-density-1.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\electromagnetic-after-gw.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-1.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\dynamic-gw-diagrams-2.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-1.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-2.tex . [22:32:07][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:07][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:07][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:07][Cacher] Cached %WS1%\Physics-new\ab-initio\feyn\bse-diagrams-sum.tex . [22:32:07][Viewer] Handle data type: open [22:32:08][DupLabel] Checking for duplicate labels: %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Cacher] Updated elements of %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\gw.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\gw.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\gw.bib with a new watcher on %WS1%\Physics-new\ab-initio . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\dft.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\dft.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\dft.bib . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\wannier.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\wannier.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\wannier.bib . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\hubbard.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\hubbard.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\hubbard.bib . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\quasiparticle.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\quasiparticle.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\quasiparticle.bib . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\cohsex.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\cohsex.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\cohsex.bib . [22:32:08][Cacher] Bib %WS1%\Physics-new\ab-initio\structure.bib from %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsing .bib entries from %WS1%\Physics-new\ab-initio\structure.bib [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\structure.bib . [22:32:08][Cacher] Updated bibs of %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Cacher] Cached %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Cacher] Parsing .fls %WS1%\Physics-new\ab-initio\gw-bse.fls . [22:32:08][Cacher] Adding %WS1%\Physics-new\ab-initio\plots\dft-level-bands.pdf . [22:32:08][Cacher][Watcher] Watched %WS1%\Physics-new\ab-initio\plots\dft-level-bands.pdf with a new watcher on %WS1%\Physics-new\ab-initio\plots . [22:32:08][Cacher] Found .aux %WS1%\Physics-new\ab-initio\gw-bse.tex from .fls %WS1%\Physics-new\ab-initio\gw-bse.fls , parsing. [22:32:08][Cacher] Parsed .aux %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Cacher] Parsed .fls %WS1%\Physics-new\ab-initio\gw-bse.fls . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 11 bib entries from %WS1%\Physics-new\ab-initio\gw.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 1 bib entries from %WS1%\Physics-new\ab-initio\dft.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 2 bib entries from %WS1%\Physics-new\ab-initio\wannier.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 1 bib entries from %WS1%\Physics-new\ab-initio\hubbard.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 1 bib entries from %WS1%\Physics-new\ab-initio\quasiparticle.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 1 bib entries from %WS1%\Physics-new\ab-initio\cohsex.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:08][Intelli][Citation] Parsed 1 bib entries from %WS1%\Physics-new\ab-initio\structure.bib . [22:32:08][Structure] Structure force updated with 4 root sections for %WS1%\Physics-new\ab-initio\gw-bse.tex . [22:32:09][Server] Preview PDF file: file:///d:/Notes/Physics-new/ab-initio/gw-bse.pdf [22:32:09][Viewer] Handle data type: loaded

Developer Tools Console

No response

Anything Else?

No response

James-Yu commented 1 year ago

The extension only controls what to appear in the list. How vscode handles the behavior is not controlled, nor can be controlled.