James-Yu / LaTeX-Workshop

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

No bib item suggestion with using \cite{} after the first time #2081

Closed Jieli12 closed 4 years ago

Jieli12 commented 4 years ago

Preliminary questions [Required]

When I input the latex command \cite{} first time in tex file, it pops up the auto completion dialogue with the bib suggestion. However, when I use \cite the second time, it only pops up the candidate bib items, but without the bib suggestion.

Would you please help me to solve this problem?

Disable all the other extensions except for LaTeX Workshop, 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]

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Disable all extensions except Latex workshop
  2. Open a latex project with bib file
  3. Input the command \cite{} twice, the problem appears, please refer to the screen shots below
  4. Test \ref{} also, it behaves normal, see screenshots below.

Expected behavior

A clear and concise description of what you expected to happen.

Logs [Required]

Please paste the whole log messages here, not parts of ones. It is very important to identify problems.

LaTeX Workshop Output [Required]

[23:17:08] Initializing LaTeX Workshop.
[23:17:08] Creating file watcher for .pdf files.
[23:17:08] Creating LaTeX Workshop http and websocket server.
[23:17:09] LaTeX Workshop initialized.
[23:17:09] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:09] Linter for root file started.
[23:17:09] No root file found for linting.
[23:17:10] Root file changed from: undefined to /Users/lijie/Documents/SportsDataProject/SportsData.tex. Find all dependencies.
[23:17:10] Instantiating a new file watcher for /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:10] Creating file watcher for .bib files.
[23:17:10] Parsing /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:10] Parsing /Users/lijie/Documents/SportsDataProject/Preamble/PreambleArticle.tex
[23:17:10] Parse fls file.
[23:17:10] Cannot find fls file.
[23:17:10] Parsing /Users/lijie/Documents/SportsDataProject/TexFiles/literatureReview.tex
[23:17:10] Parse fls file.
[23:17:10] Cannot find fls file.
[23:17:10] Found .bib file /Users/lijie/Documents/SportsDataProject/SportsData.bib
[23:17:10] Adding .bib file /Users/lijie/Documents/SportsDataProject/SportsData.bib to bib file watcher.
[23:17:10] Parsing .bib entries from /Users/lijie/Documents/SportsDataProject/SportsData.bib
[23:17:10] Parse fls file.
[23:17:10] Server created on 127.0.0.1:62469
[23:17:10] Adding /Users/lijie/Documents/SportsDataProject/SportsData.tex to file watcher.
[23:17:10] Adding /Users/lijie/Documents/SportsDataProject/Preamble/PreambleArticle.tex to file watcher.
[23:17:10] Adding /Users/lijie/Documents/SportsDataProject/TexFiles/literatureReview.tex to file watcher.
[23:17:10] Snippet data loaded.
[23:17:10] LaTeX Workshop version: 8.9.0
[23:17:10] Parsed 20 bib entries from /Users/lijie/Documents/SportsDataProject/SportsData.bib.
[23:17:18] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:18] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:17:30] LOG command invoked.
[23:17:30] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:30] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:17:30] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:17:30] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:18:15] BUILD command invoked.
[23:18:15] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:18:15] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:18:15] Building root file: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:18:15] Linter for root file started.
[23:18:15] Linter for root file running command chktex with arguments -wall,-n22,-n30,-e16,-q,-f%f:%l:%c:%d:%k:%n:%m
,/Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:18:15] Build root file /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:18:15] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-xelatex,-outdir=/Users/lijie/Documents/SportsDataProject/temp,/Users/lijie/Documents/SportsDataProject/SportsData
[23:18:15] cwd: /Users/lijie/Documents/SportsDataProject
[23:18:15] LaTeX build process spawned. PID: 38804.
[23:18:15] Linter for root file successfully finished in 0s 199ms
[23:18:15] Linter log parsed with 2 messages.
[23:18:15] File watcher: responding to change in /Users/lijie/Documents/SportsDataProject/TexFiles/literatureReview.tex
[23:18:15] Parsing /Users/lijie/Documents/SportsDataProject/TexFiles/literatureReview.tex
[23:18:15] Parse fls file.
[23:18:15] Cannot find fls file.
[23:18:20] LaTeX log parsed with 0 messages.
[23:18:20] Recipe of length 1 finished. PID: 38804.
[23:18:20] Successfully built /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:18:20] No PDF viewer connected for /Users/lijie/Documents/SportsDataProject/temp/SportsData.pdf
[23:18:20] Parse fls file.
[23:18:20] SyncTex after build invoked.
[23:18:20] Open external viewer for syncTeX from /Users/lijie/Documents/SportsDataProject/temp/SportsData.pdf
[23:18:29] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:18:29] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.
[23:20:06] Found root file by magic comment: /Users/lijie/Documents/SportsDataProject/SportsData.tex
[23:20:06] Root file remains unchanged from: /Users/lijie/Documents/SportsDataProject/SportsData.tex.

Developer Tools Console [Required]

Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67.
Rule 'xelatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      '/Users/lijie/Documents/SportsDataProject/SportsData.tex'
      'Preamble/PreambleArticle.tex'
      'SportsData.tex'
      'TexFiles/literatureReview.tex'
------------
Run number 1 of rule 'xelatex'
------------
------------
Running 'xelatex -no-pdf -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/lijie/Documents/SportsDataProject/temp"  "/Users/lijie/Documents/SportsDataProject/SportsData.tex"'
------------
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020) (preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
(/Users/lijie/Documents/SportsDataProject/SportsData.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (/usr/local/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/usr/local/texlive/2020/texmf-dist/tex/latex/base/size11.clo)) (./Preamble/PreambleArticle.tex (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amscls/amsthm.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/inputenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmr.fd)) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.sty
****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/kvoptions/kvoptions.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/2020/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lineno/lineno.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-unicode.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-natbib.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg))) (/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-xdvipdfmx.def) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out)
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
(/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.bbl) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmss.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/ursfs.fd) (./TexFiles/literatureReview.tex (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/se-ascii-print.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmtt.fd) [1] (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux)

Package biblatex Warning: Please rerun LaTeX.
(biblatex)                Page breaks have changed.

 )
(see the transcript file for additional information)
Output written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv (1 page, 5444 bytes).
SyncTeX written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.synctex.gz.
Transcript written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.log.
Latexmk: Found input bbl file 'temp/SportsData.bbl'
Latexmk: Log file says output to 'temp/SportsData.xdv'
Latexmk: Found biber source file(s) [SportsData.bib temp/SportsData.bcf]
Rule 'biber temp/SportsData': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'temp/SportsData.bcf'
------------
Run number 1 of rule 'biber temp/SportsData'
------------
------------
Running 'biber  "temp/SportsData"'
------------
=== TeX engine is 'XeTeX'
Latexmk: applying rule 'biber temp/SportsData'...
INFO - This is Biber 2.14
INFO - Logfile is 'temp/SportsData.blg'
INFO - Reading 'temp/SportsData.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Globbing data source 'SportsData.bib'
INFO - Globbed data source 'SportsData.bib' to SportsData.bib
INFO - Looking for bibtex format file 'SportsData.bib' for section 0
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'SportsData.bib'
INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO - Sorting list 'ynt/global//global/global' of type 'entry' with template 'ynt' and locale 'en-US'
INFO - No sort tailoring available for locale 'en-US'
INFO - Writing 'temp/SportsData.bbl' with encoding 'UTF-8'
INFO - Output to temp/SportsData.bbl
Latexmk: Found biber source file(s) [SportsData.bib temp/SportsData.bcf]
Rule 'xelatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      '/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux'
      'temp/SportsData.aux'
      'temp/SportsData.run.xml'
------------
Run number 2 of rule 'xelatex'
------------
------------
Running 'xelatex -no-pdf -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/lijie/Documents/SportsDataProject/temp"  "/Users/lijie/Documents/SportsDataProject/SportsData.tex"'
------------
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020) (preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
(/Users/lijie/Documents/SportsDataProject/SportsData.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (/usr/local/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/usr/local/texlive/2020/texmf-dist/tex/latex/base/size11.clo)) (./Preamble/PreambleArticle.tex (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amscls/amsthm.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/inputenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmr.fd)) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.sty
****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/kvoptions/kvoptions.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/2020/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lineno/lineno.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-unicode.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-natbib.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg))) (/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-xdvipdfmx.def) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out)
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
(/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.bbl) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmss.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/ursfs.fd) (./TexFiles/literatureReview.tex (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/se-ascii-print.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmtt.fd) [1] (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux) )
(see the transcript file for additional information)
Output written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv (1 page, 5444 bytes).
SyncTeX written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.synctex.gz.
Transcript written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.log.
Latexmk: Found input bbl file 'temp/SportsData.bbl'
Latexmk: Log file says output to 'temp/SportsData.xdv'
Latexmk: Found biber source file(s) [SportsData.bib temp/SportsData.bcf]
Rule 'xelatex': File changes, etc:
   Changed files, or newly in use since previous run(s):
      'temp/SportsData.run.xml'
------------
Run number 3 of rule 'xelatex'
------------
------------
Running 'xelatex -no-pdf -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/Users/lijie/Documents/SportsDataProject/temp"  "/Users/lijie/Documents/SportsDataProject/SportsData.tex"'
------------
=== TeX engine is 'XeTeX'
Latexmk: applying rule 'xelatex'...
This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020) (preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
(/Users/lijie/Documents/SportsDataProject/SportsData.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (/usr/local/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(/usr/local/texlive/2020/texmf-dist/tex/latex/base/size11.clo)) (./Preamble/PreambleArticle.tex (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/mathrsfs.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/amssymb.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/amscls/amsthm.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/inputenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmr.fd)) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.sty
****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/local/texlive/2020/texmf-dist/tex/latex/subfigure/subfigure.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/kvoptions/kvoptions.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/2020/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/2020/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lineno/lineno.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-unicode.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/blx-natbib.def) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/biblatex.cfg)) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg))) (/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-xdvipdfmx.def) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/2020/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/2020/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.out)
*geometry* driver: auto-detecting
*geometry* detected driver: xetex
(/usr/local/texlive/2020/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (/Users/lijie/Documents/SportsDataProject/temp/SportsData.bbl) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmss.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/amsfonts/umsb.fd) (/usr/local/texlive/2020/texmf-dist/tex/latex/jknapltx/ursfs.fd) (./TexFiles/literatureReview.tex (/usr/local/texlive/2020/texmf-dist/tex/generic/stringenc/se-ascii-print.def)) (/usr/local/texlive/2020/texmf-dist/tex/latex/lm/t1lmtt.fd) [1] (/Users/lijie/Documents/SportsDataProject/temp/SportsData.aux) )
(see the transcript file for additional information)
Output written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv (1 page, 5444 bytes).
SyncTeX written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.synctex.gz.
Transcript written on /Users/lijie/Documents/SportsDataProject/temp/SportsData.log.
Latexmk: Found input bbl file 'temp/SportsData.bbl'
Latexmk: Log file says output to 'temp/SportsData.xdv'
Latexmk: Found biber source file(s) [SportsData.bib temp/SportsData.bcf]
Rule 'xdvipdfmx': File changes, etc:
   Changed files, or newly in use since previous run(s):
      '/Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv'
   Rule(s) that have been run and require run of dependent rule:
      'xelatex' which requires run of 'xdvipdfmx'
------------
Run number 1 of rule 'xdvipdfmx'
------------
------------
Running 'xdvipdfmx -o "/Users/lijie/Documents/SportsDataProject/temp/SportsData.pdf"  "/Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv"'
------------
=== TeX engine is 'XeTeX'
Latexmk: applying rule 'xdvipdfmx'...
For rule 'xdvipdfmx', running '&do_viewfile(  )' ...
/Users/lijie/Documents/SportsDataProject/temp/SportsData.xdv -> SportsData.pdf
[1]
39970 bytes written
Latexmk: All targets () are up-to-date

Screenshots

If applicable, add screenshots to help explain your problem.

gif1

gif2

Desktop [Required]

Additional questions

Are you using LaTeX Workshop with VS Code Remote?

No

If the answer is Yes, please write which one you are using. Write the versions of the remote extension.

Additional context

My settings

latex-workshop.intellisense.citation.format is default latex-workshop.intellisense.package.enabled is true latex-workshop.intellisense.package.env.enabled is true

tamuratak commented 4 years ago

Fill out all the information required in the issue template. Please paste the whole log messages here, not parts of ones. It is very important to identify problems.

スクリーンショット 2020-02-14 20 41 25

Jieli12 commented 4 years ago

Sorry, I just updated the log files. Thank you very much!

tamuratak commented 4 years ago

Thank you. We also need the console log of VS Code.

Developer Tools Console [Required]

To access the log, click 'help' -> 'Toggle Developer Tools' -> 'Console'. Paste anything suspicious.

[Paste the log here]
Jieli12 commented 4 years ago

sorry, there is no log in 'Console' tab, please refer to the following picture.

Screenshot 2020-05-12 at 23 34 06

[Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 onFirstListenerAdd @ event.ts:19 _event._event @ event.ts:516 (anonymous) @ event.ts:56 onFirstListenerAdd @ event.ts:116 _event._event @ event.ts:516 N @ listWidget.ts:546 createMouseController @ listWidget.ts:1265 e @ listWidget.ts:1251 e @ listService.ts:269 _createInstance @ instantiationService.ts:111 createInstance @ instantiationService.ts:76 createNotificationsList @ notificationsList.ts:80 show @ notificationsList.ts:54 addToast @ notificationsToasts.ts:183 onDidChangeNotification @ notificationsToasts.ts:125 (anonymous) @ notificationsToasts.ts:98 fire @ event.ts:587 addNotification @ notifications.ts:207 notify @ notificationService.ts:106 (anonymous) @ mainThreadMessageService.ts:83 _showMessage @ mainThreadMessageService.ts:44 $showMessage @ mainThreadMessageService.ts:38 _doInvokeHandler @ rpcProtocol.ts:402 _invokeHandler @ rpcProtocol.ts:387 _receiveRequest @ rpcProtocol.ts:303 _receiveOneMessage @ rpcProtocol.ts:230 (anonymous) @ rpcProtocol.ts:105 fire @ event.ts:587 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 (anonymous) @ ipc.net.ts:592 fire @ event.ts:587 acceptChunk @ ipc.net.ts:239 (anonymous) @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:203 addChunk @ _stream_readable.js:295 readableAddChunk @ _stream_readable.js:276 Readable.push @ _stream_readable.js:210 onStreamRead @ internal/stream_base_commons.js:166 Show 10 more frames event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 onFirstListenerAdd @ event.ts:19 _event._event @ event.ts:516 (anonymous) @ event.ts:56 onFirstListenerAdd @ event.ts:116 _event._event @ event.ts:516 N @ listWidget.ts:546 createMouseController @ listWidget.ts:1265 e @ listWidget.ts:1251 e @ listService.ts:269 _createInstance @ instantiationService.ts:111 createInstance @ instantiationService.ts:76 createNotificationsList @ notificationsList.ts:80 show @ notificationsList.ts:54 addToast @ notificationsToasts.ts:183 onDidChangeNotification @ notificationsToasts.ts:125 (anonymous) @ notificationsToasts.ts:98 fire @ event.ts:587 addNotification @ notifications.ts:207 notify @ notificationService.ts:106 (anonymous) @ mainThreadMessageService.ts:83 _showMessage @ mainThreadMessageService.ts:44 $showMessage @ mainThreadMessageService.ts:38 _doInvokeHandler @ rpcProtocol.ts:402 _invokeHandler @ rpcProtocol.ts:387 _receiveRequest @ rpcProtocol.ts:303 _receiveOneMessage @ rpcProtocol.ts:230 (anonymous) @ rpcProtocol.ts:105 fire @ event.ts:587 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 (anonymous) @ ipc.net.ts:592 fire @ event.ts:587 acceptChunk @ ipc.net.ts:239 (anonymous) @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:203 addChunk @ _stream_readable.js:295 readableAddChunk @ _stream_readable.js:276 Readable.push @ _stream_readable.js:210 onStreamRead @ internal/stream_base_commons.js:166 Show 10 more frames event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 onFirstListenerAdd @ event.ts:19 _event._event @ event.ts:516 (anonymous) @ event.ts:56 onFirstListenerAdd @ event.ts:116 _event._event @ event.ts:516 N @ listWidget.ts:546 P @ abstractTree.ts:1090 createMouseController @ abstractTree.ts:1174 e @ listWidget.ts:1251 F @ abstractTree.ts:1170 t.AbstractTree @ abstractTree.ts:1298 l @ objectTree.ts:33 e @ listService.ts:611 _createInstance @ instantiationService.ts:111 createInstance @ instantiationService.ts:76 createSearchResultsView @ searchView.ts:707 renderBody @ searchView.ts:350 render @ paneview.ts:230 render @ viewPaneContainer.ts:257 onDidAddViewDescriptors @ viewPaneContainer.ts:1169 create @ viewPaneContainer.ts:889 create @ panecomposite.ts:46 showComposite @ compositePart.ts:215 doOpenComposite @ compositePart.ts:146 openComposite @ compositePart.ts:110 doOpenViewlet @ sidebarPart.ts:279 openViewlet @ sidebarPart.ts:230 openComposite @ views.ts:212 openView @ views.ts:258 k @ searchActions.ts:53 run @ searchActions.ts:144 run @ searchActions.ts:198 triggerAndDisposeAction @ actions.ts:120 Show 3 more frames event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 onFirstListenerAdd @ event.ts:19 _event._event @ event.ts:516 (anonymous) @ event.ts:56 onFirstListenerAdd @ event.ts:116 _event._event @ event.ts:516 N @ listWidget.ts:546 P @ abstractTree.ts:1090 createMouseController @ abstractTree.ts:1174 e @ listWidget.ts:1251 F @ abstractTree.ts:1170 t.AbstractTree @ abstractTree.ts:1298 l @ objectTree.ts:33 e @ listService.ts:611 e @ markersView.ts:889 _createInstance @ instantiationService.ts:111 createInstance @ instantiationService.ts:76 createTree @ markersView.ts:414 renderBody @ markersView.ts:153 render @ paneview.ts:230 render @ viewPaneContainer.ts:257 onDidAddViewDescriptors @ viewPaneContainer.ts:1169 create @ viewPaneContainer.ts:889 create @ panecomposite.ts:46 showComposite @ compositePart.ts:215 doOpenComposite @ compositePart.ts:146 openComposite @ compositePart.ts:110 doOpenPanel @ panelPart.ts:407 openPanel @ panelPart.ts:412 run @ panelActions.ts:184 runAction @ actions.ts:198 run @ actions.ts:190 onClick @ actionbar.ts:182 (anonymous) @ actionbar.ts:162 processImmediate @ internal/timers.js:439 Show 4 more frames /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 t.addDisposableDomListener @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.bindMouse @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 e.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 _attachToElement @ terminalInstance.ts:475 /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 t.addDisposableDomListener @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.bindMouse @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 e.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 _attachToElement @ terminalInstance.ts:475 /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 t.addDisposableDomListener @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.bindMouse @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 e.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 _attachToElement @ terminalInstance.ts:475 /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 t.addDisposableDomListener @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.bindMouse @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 t.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 e.open @ /Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1 _attachToElement @ terminalInstance.ts:475 event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 onFirstListenerAdd @ event.ts:19 _event._event @ event.ts:516 (anonymous) @ event.ts:56 onFirstListenerAdd @ event.ts:116 _event._event @ event.ts:516 N @ listWidget.ts:546 createMouseController @ listWidget.ts:1265 e @ listWidget.ts:1251 e @ listService.ts:269 _createInstance @ instantiationService.ts:111 createInstance @ instantiationService.ts:76 createNotificationsList @ notificationsList.ts:80 show @ notificationsList.ts:54 addToast @ notificationsToasts.ts:183 onDidChangeNotification @ notificationsToasts.ts:125 (anonymous) @ notificationsToasts.ts:98 fire @ event.ts:587 addNotification @ notifications.ts:207 notify @ notificationService.ts:106 (anonymous) @ mainThreadMessageService.ts:83 _showMessage @ mainThreadMessageService.ts:44 $showMessage @ mainThreadMessageService.ts:38 _doInvokeHandler @ rpcProtocol.ts:402 _invokeHandler @ rpcProtocol.ts:387 _receiveRequest @ rpcProtocol.ts:303 _receiveOneMessage @ rpcProtocol.ts:230 (anonymous) @ rpcProtocol.ts:105 fire @ event.ts:587 fire @ ipc.net.ts:453 _receiveMessage @ ipc.net.ts:733 (anonymous) @ ipc.net.ts:592 fire @ event.ts:587 acceptChunk @ ipc.net.ts:239 (anonymous) @ ipc.net.ts:200 t @ ipc.net.ts:28 emit @ events.js:203 addChunk @ _stream_readable.js:295 readableAddChunk @ _stream_readable.js:276 Readable.push @ _stream_readable.js:210 onStreamRead @ internal/stream_base_commons.js:166 Show 10 more frames event.ts:19 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

tamuratak commented 4 years ago

Thank you. What you are saying is that the details of completion items, inside the red circle, are blank?

スクリーンショット 2020-05-13 8 09 30

Jieli12 commented 4 years ago

Yes. I just tried in another Mac. VS code + Latex Workshop, the problem still appears.

Jieli12 commented 4 years ago

The first time of using \cite{}, it works well. However, from second time on, the details of completion items is blank.

Jieli12 commented 4 years ago

Thank you very much. You saved my life.

FMuro commented 4 years ago

Could you make a new release with this fix?

tamuratak commented 4 years ago

cc: @James-Yu @jlelong