James-Yu / LaTeX-Workshop

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

Pressing enter in a document causes a huge delay #4130

Closed palapapa closed 6 months ago

palapapa commented 6 months ago

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [ ] The issue has not been reported in this repository.
  • [x] The issue remains after disabling all other extensions and restarting Visual Studio Code.
  • [x] The FAQ cannot address the issue.
  • [x] The issue is not related to compiling a document, or the document can be successfully compiled in the OS terminal but not in Visual Studio Code with this extension.

Environment*

Please write exact version numbers instead of descriptors such as latest.

  • Operating System: Windows 10
  • Visual Studio Code Version: 1.85.1
  • LaTeX Workshop Version: 9.17.0
  • TeX Distribution Version: MiKTeX 23.5

Please list the environment and version number if you are using VSCodium, Snap or Flatpack versions of Visual Studio Code, and/or Visual Studio Code Remote Containers/SSH/WSL.

  • I am using XXX whose version is YY.ZZ

The Issue*

Please briefly describe the issue you come across.

  • Pressing enter in a latex document causes a huge delay between the key press and the actual insertion of the newline.

Reproduction Steps

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

  1. Open any latex document and press enter.

Settings:

"[latex]": {
  "editor.defaultFormatter": "James-Yu.latex-workshop",
  "rewrap.wrappingColumn": 80,
  "rewrap.autoWrap.enabled": true
},
"latex-workshop.latex.recipes": [
  {
    "name": "latexmk (xelatex)",
    "tools": [
      "cd",
      "xelatexmk"
    ]
  }
],
"latex-workshop.latex.tools": [
  {
    "name": "xelatexmk",
    "command": "latexmk",
    "args": [
      "-synctex=1",
      "-interaction=nonstopmode",
      "-file-line-error",
      "-xelatex",
      "-outdir=%OUTDIR%",
      "%DOC%"
    ],
    "env": {}
  },
  {
    "name": "cd",
    "command": "cd",
    "args": [
      "%DIR%"
    ]
  }
],
"latex-workshop.latex.recipe.default": "latexmk (xelatex)",
"latex-workshop.message.error.show": false,
"latex-workshop.message.warning.show": false,
"latex-workshop.message.information.show": false

Expected Behavior

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

  • No delay.

Logs

LaTeX Workshop Output*

Please paste the whole log messages below, not parts of ones. The log should start with New log placeholder %WS1% registered.


[01:55:43.710][Extension] Initializing LaTeX Workshop.
[01:55:43.900][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[01:55:43.996][Server] Creating LaTeX Workshop http and websocket server.
[01:55:44.142][Format][Bib] Bibtex format config: {"tab":"    ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[01:55:44.218][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":61723} .
[01:55:44.228][Extension] Extension root: c:\Users\User\.vscode\extensions\james-yu.latex-workshop-9.17.0
[01:55:44.228][Extension] $PATH: C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Tesseract-OCR\tesseract.exe;D:\youtube-dl;D:\ffmpeg;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\dotnet\;C:\Program Files\CMake\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;D:\MATLAB\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin;C:\Program Files\MySQL\MySQL Router 8.0\bin;D:\Perl\perl\site\bin;D:\Perl\perl\bin;D:\NodeJS\;C:\mingw64\bin;D:\Minecraft;D:\GnuWin32\bin;D:\Process Lasso\;d;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\User\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\User\AppData\Local\Programs\Python\Python310\;C:\Users\User\.cargo\bin;C:\Users\User\AppData\Local\Programs\Python\Python39\Scripts\;C:\Users\User\AppData\Local\Programs\Python\Python39\;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\User\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\bin;C:\Program Files (x86)\Nmap;D:\MiKTeX\miktex\bin\x64\;C:\Users\User\AppData\Roaming\npm
[01:55:44.229][Extension] $SHELL: undefined
[01:55:44.229][Extension] $LANG: undefined
[01:55:44.229][Extension] $LC_ALL: undefined
[01:55:44.229][Extension] process.platform: win32
[01:55:44.230][Extension] process.arch: x64
[01:55:44.230][Extension] vscode.env.appName: Visual Studio Code
[01:55:44.230][Extension] vscode.env.remoteName: undefined
[01:55:44.230][Extension] vscode.env.uiKind: 1
[01:55:44.232][Config] latex-workshop.latex.recipes: [{"name":"latexmk (xelatex)","tools":["cd","xelatexmk"]}] .
[01:55:44.232][Config] latex-workshop.latex.recipe.default: "latexmk (xelatex)" .
[01:55:44.233][Config] latex-workshop.latex.tools: [{"name":"xelatexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"cd","command":"cd","args":["%DIR%"]}] .
[01:55:44.262][Config] latex-workshop.message.warning.show: false .
[01:55:44.263][Config] latex-workshop.message.error.show: false .
[01:55:44.270][Config] latex-workshop.bibtex-format.tab: "4 spaces" .
[01:55:44.272][Config] editor.acceptSuggestionOnEnter: "off" .
[01:55:44.281][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[01:55:44.283][Root] Current workspace folders: undefined
[01:55:44.284][Extension] LaTeX Workshop initialized.
[01:55:44.285][Root] Found root file from active editor: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:44.285][Root] Root file changed: from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex to d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex, langID latex . Refresh dependencies
[01:55:44.285][Event] ROOT_FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:44.286][Cacher][Watcher] Reset.
[01:55:44.286][Cacher][Watcher] Reset.
[01:55:44.286][Cacher][Watcher] Reset.
[01:55:44.291][Cacher] Adding d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.293][Cacher][Watcher] Watched d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex with a new watcher on d:\Desktop\學校文件\大學\物件導向系統分析與設計 .
[01:55:44.294][Event] FILE_WATCHED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:44.296][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.297][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.297][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.297][Event] ROOT_FILE_SEARCHED
[01:55:44.310][Server] valdOrigin is http://127.0.0.1:61723
[01:55:44.385][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.386][File] Calling kpsewhich to resolve article.cls .
[01:55:44.918][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.918][Intelli][Citation] Parsing .bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib
[01:55:44.919][Intelli][Citation] Parse BibTeX AST from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:44.919][Cacher][Watcher] Watched d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib with a new watcher on d:\Desktop\學校文件\大學\物件導向系統分析與設計 .
[01:55:44.919][Event] FILE_WATCHED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:44.920][Cacher] Updated elements in 533.82 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.920][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:44.921][Cacher] Parsing .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:44.924][Cacher] Adding D:\MiKTeX\tex\latex\base\article.cls .
[01:55:44.925][Cacher][Watcher] Watched D:\MiKTeX\tex\latex\base\article.cls with a new watcher on D:\MiKTeX\tex\latex\base .
[01:55:44.925][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\latex\\base\\article.cls"
[01:55:44.936][Cacher] Adding D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:44.936][Cacher][Watcher] Watched D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex with a new watcher on D:\MiKTeX\tex\generic\pgf\utilities .
[01:55:44.936][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\generic\\pgf\\utilities\\pgfutil-common.tex"
[01:55:44.936][Cacher] Found D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , caching.
[01:55:44.937][Cacher] Caching D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:44.938][Cacher] Updated inputs of D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:44.938][Cacher] Parse LaTeX AST: D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:44.939][Cacher] Adding D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:44.939][Cacher][Watcher] Watched D:\MiKTeX\tex\generic\pgf\pgf.revision.tex with a new watcher on D:\MiKTeX\tex\generic\pgf .
[01:55:44.939][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\generic\\pgf\\pgf.revision.tex"
[01:55:44.940][Cacher] Found D:\MiKTeX\tex\generic\pgf\pgf.revision.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , caching.
[01:55:44.941][Cacher] Caching D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:44.942][Cacher] Updated inputs of D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:44.942][Cacher] Parse LaTeX AST: D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:44.944][Cacher] Adding D:\MiKTeX\tex\latex\graphics\mathcolor.ltx .
[01:55:44.945][Cacher][Watcher] Watched D:\MiKTeX\tex\latex\graphics\mathcolor.ltx with a new watcher on D:\MiKTeX\tex\latex\graphics .
[01:55:44.945][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\latex\\graphics\\mathcolor.ltx"
[01:55:44.951][Cacher] Adding D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:44.951][Cacher][Watcher] Watched D:\MiKTeX\tex\generic\xstring\xstring.tex with a new watcher on D:\MiKTeX\tex\generic\xstring .
[01:55:44.951][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\generic\\xstring\\xstring.tex"
[01:55:44.952][Cacher] Found D:\MiKTeX\tex\generic\xstring\xstring.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , caching.
[01:55:44.952][Cacher] Caching D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:44.953][Cacher] Updated inputs of D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:44.954][Cacher] Parse LaTeX AST: D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:44.960][Cacher] Adding D:\MiKTeX\tex\generic\unicode-data\UnicodeData.txt .
[01:55:44.961][Cacher][Watcher] Watched D:\MiKTeX\tex\generic\unicode-data\UnicodeData.txt with a new watcher on D:\MiKTeX\tex\generic\unicode-data .
[01:55:44.961][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\generic\\unicode-data\\UnicodeData.txt"
[01:55:44.963][Cacher] Found .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , parsing.
[01:55:44.963][Cacher] Parsed .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.964][Cacher] Parsed .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:44.965][Structure] Structure force updated with 0 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.965][Event] STRUCTURE_UPDATED
[01:55:44.966][Intelli][Citation] Parsed 2 bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:44.966][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:44.967][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:44.967][Event] STRUCTURE_UPDATED
[01:55:45.199][Cacher] Parsed LaTeX AST: D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:45.210][Cacher] Updated elements in 10.24 ms: D:\MiKTeX\tex\generic\pgf\utilities\pgfutil-common.tex .
[01:55:45.210][Event] FILE_PARSED: "D:\\MiKTeX\\tex\\generic\\pgf\\utilities\\pgfutil-common.tex"
[01:55:45.211][Cacher] Parsed LaTeX AST: D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:45.212][Cacher] Updated elements in 0.32 ms: D:\MiKTeX\tex\generic\pgf\pgf.revision.tex .
[01:55:45.212][Event] FILE_PARSED: "D:\\MiKTeX\\tex\\generic\\pgf\\pgf.revision.tex"
[01:55:45.471][Cacher] Parsed LaTeX AST: D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:45.484][Cacher] Updated elements in 12.41 ms: D:\MiKTeX\tex\generic\xstring\xstring.tex .
[01:55:45.485][Event] FILE_PARSED: "D:\\MiKTeX\\tex\\generic\\xstring\\xstring.tex"
[01:55:45.485][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:45.485][Event] STRUCTURE_UPDATED
[01:55:49.363][Extension] onDidSaveTextDocument triggered: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:49.448][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:49.450][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.456][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.456][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.457][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.457][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:49.457][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:49.457][Build] The languageId of the document: latex
[01:55:49.458][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:49.458][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:49.458][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:49.459][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:49.460][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.460][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.461][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.461][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.461][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:49.461][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:49.461][Build] The languageId of the document: latex
[01:55:49.462][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:49.462][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:49.462][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:49.464][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:49.464][Build][Recipe] Prepared 2 tools.
[01:55:49.757][Build][Recipe] `pdflatex` is provided by MiKTeX.
[01:55:49.758][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:49.760][Build] Recipe step 1 The command is cd:["d:/Desktop/學校文件/大學/物件導向系統分析與設計"].
[01:55:49.760][Build] env: undefined
[01:55:49.760][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:49.760][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:49.806][Build] LaTeX build process spawned with PID 21480.
[01:55:49.807][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:49.807][Build][Recipe] Prepared 2 tools.
[01:55:49.808][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:49.813][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:49.814][File] Calling kpsewhich to resolve article.cls .
[01:55:50.378][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.378][Cacher] Updated elements in 564.83 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.379][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:50.381][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.381][File] Calling kpsewhich to resolve article.cls .
[01:55:50.911][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.912][Cacher] Updated elements in 530.56 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.912][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:50.913][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.913][Event] STRUCTURE_UPDATED
[01:55:50.922][Build] Finished a step in recipe with PID 21480.
[01:55:50.923][Build] Recipe step 2 The command is latexmk:["--max-print-line=10000","-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=d:/Desktop/學校文件/大學/物件導向系統分析與設計","d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report"].
[01:55:50.923][Build] env: {}
[01:55:50.923][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:50.923][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:50.957][Build] LaTeX build process spawned with PID 10700.
[01:55:50.997][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:50.997][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.998][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.998][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.998][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:50.998][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:50.998][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:50.999][Build] The languageId of the document: latex
[01:55:50.999][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:50.999][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:50.999][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.000][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:51.000][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.001][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.001][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.001][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.002][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:51.002][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:51.002][Build] The languageId of the document: latex
[01:55:51.003][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.003][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.003][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.014][Extension] onDidSaveTextDocument triggered: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:51.020][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.021][File] Calling kpsewhich to resolve article.cls .
[01:55:51.459][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.459][Cacher] Updated elements in 438.74 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.460][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.464][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.465][File] Calling kpsewhich to resolve article.cls .
[01:55:51.931][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.931][Cacher] Updated elements in 466.30 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.931][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.932][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.932][Event] STRUCTURE_UPDATED
[01:55:51.945][Extension] onDidSaveTextDocument triggered: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:51.946][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:51.946][Build][Recipe] Prepared 2 tools.
[01:55:51.947][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:51.948][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:51.948][Build][Recipe] Prepared 2 tools.
[01:55:51.948][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:51.949][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:51.950][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.950][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.950][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.951][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.951][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:51.951][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:51.951][Build] The languageId of the document: latex
[01:55:51.951][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.952][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.952][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.952][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:51.953][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.954][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.954][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.954][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.954][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:51.954][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:51.954][Build] The languageId of the document: latex
[01:55:51.955][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.955][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:51.955][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:51.959][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:51.959][Build][Recipe] Prepared 2 tools.
[01:55:51.961][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:51.962][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:51.963][Build][Recipe] Prepared 2 tools.
[01:55:51.964][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:51.971][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:51.971][File] Calling kpsewhich to resolve article.cls .
[01:55:52.447][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.447][Cacher] Updated elements in 475.77 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.447][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:52.450][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.450][File] Calling kpsewhich to resolve article.cls .
[01:55:52.929][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.930][Cacher] Updated elements in 479.38 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.930][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:52.931][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:52.931][Event] STRUCTURE_UPDATED
[01:55:53.000][Extension] onDidSaveTextDocument triggered: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:53.017][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:53.018][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.024][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.024][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.024][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.024][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:53.024][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:53.025][Build] The languageId of the document: latex
[01:55:53.025][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:53.025][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:53.025][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:53.026][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex.
[01:55:53.026][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.027][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.027][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.027][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.028][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"}
[01:55:53.028][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:53.028][Build] The languageId of the document: latex
[01:55:53.029][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:53.029][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:53.029][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:53.030][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:53.031][Build][Recipe] Prepared 2 tools.
[01:55:53.031][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:53.032][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:53.033][Build][Recipe] Prepared 2 tools.
[01:55:53.033][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:53.050][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.050][File] Calling kpsewhich to resolve article.cls .
[01:55:53.526][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.526][Cacher] Updated elements in 475.77 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.526][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:53.528][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:53.529][File] Calling kpsewhich to resolve article.cls .
[01:55:54.011][Cacher] Bib d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib from d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:54.011][Cacher] Updated elements in 482.40 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:54.011][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.tex"
[01:55:54.012][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:54.012][Event] STRUCTURE_UPDATED
[01:55:54.016][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib.
[01:55:54.017][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:54.017][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"}
[01:55:54.017][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:54.017][Build] The languageId of the document: latex
[01:55:54.018][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:54.018][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:54.018][Intelli][Citation] Parsing .bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib
[01:55:54.019][Intelli][Citation] Parse BibTeX AST from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:54.019][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:54.022][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:54.023][Build][Recipe] Prepared 2 tools.
[01:55:54.024][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:54.025][Intelli][Citation] Parsed 2 bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:54.025][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:54.026][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:54.026][Event] STRUCTURE_UPDATED
[01:55:57.075][Cacher][Watcher] "change" emitted on d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib.
[01:55:57.075][Build] Auto build starteddetecting the change of a file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:57.075][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"}
[01:55:57.076][Build] The document of the active editor: file:///d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report.tex
[01:55:57.076][Build] The languageId of the document: latex
[01:55:57.076][Build] Building root file: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:57.076][Build][Recipe] Build root file d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:57.076][Intelli][Citation] Parsing .bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib
[01:55:57.077][Intelli][Citation] Parse BibTeX AST from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:57.077][Event] FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:57.078][Build][Recipe] Preparing to run recipe: latexmk (xelatex).
[01:55:57.078][Build][Recipe] Prepared 2 tools.
[01:55:57.079][Build][Recipe] outDir: d:/Desktop/學校文件/大學/物件導向系統分析與設計 .
[01:55:57.079][Intelli][Citation] Parsed 2 bib entries from d:\Desktop\學校文件\大學\物件導向系統分析與設計\References.bib .
[01:55:57.080][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\References.bib"
[01:55:57.080][Structure] Structure force updated with 2 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:57.080][Event] STRUCTURE_UPDATED
[01:55:58.532][Parser][TexLog] Logged 0 messages.
[01:55:58.532][Build] Finished a step in recipe with PID 10700.
[01:55:58.533][Build] Successfully built d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:58.533][Event] BUILD_DONE
[01:55:58.533][Viewer] Call refreshExistingViewer: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.pdf" .
[01:55:58.533][Viewer] Not found PDF viewers to refresh: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.pdf
[01:55:58.534][Cacher] Parsing .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:58.551][Cacher] Found .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , parsing.
[01:55:58.552][Cacher] Parsed .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:58.552][Cacher] Parsed .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:58.552][Build] Recipe step 1 The command is cd:["d:/Desktop/學校文件/大學/物件導向系統分析與設計"].
[01:55:58.553][Build] env: undefined
[01:55:58.553][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:58.553][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:58.597][Build] LaTeX build process spawned with PID 7780.
[01:55:58.622][Build] Finished a step in recipe with PID 7780.
[01:55:58.622][Build] Recipe step 2 The command is latexmk:["--max-print-line=10000","-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=d:/Desktop/學校文件/大學/物件導向系統分析與設計","d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report"].
[01:55:58.622][Build] env: {}
[01:55:58.622][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:58.623][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:58.655][Build] LaTeX build process spawned with PID 25172.
[01:55:59.322][Build] Finished a step in recipe with PID 25172.
[01:55:59.322][Build] Successfully built d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:59.322][Event] BUILD_DONE
[01:55:59.322][Viewer] Call refreshExistingViewer: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.pdf" .
[01:55:59.323][Viewer] Not found PDF viewers to refresh: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.pdf
[01:55:59.324][Cacher] Parsing .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:59.339][Cacher] Found .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , parsing.
[01:55:59.339][Cacher] Parsed .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:59.339][Cacher] Parsed .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:55:59.340][Build] Recipe step 1 The command is cd:["d:/Desktop/學校文件/大學/物件導向系統分析與設計"].
[01:55:59.340][Build] env: undefined
[01:55:59.340][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:59.341][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:59.385][Build] LaTeX build process spawned with PID 25184.
[01:55:59.410][Build] Finished a step in recipe with PID 25184.
[01:55:59.411][Build] Recipe step 2 The command is latexmk:["--max-print-line=10000","-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=d:/Desktop/學校文件/大學/物件導向系統分析與設計","d:/Desktop/學校文件/大學/物件導向系統分析與設計/Report"].
[01:55:59.411][Build] env: {}
[01:55:59.411][Build] root: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex
[01:55:59.411][Build] cwd: d:\Desktop\學校文件\大學\物件導向系統分析與設計
[01:55:59.445][Build] LaTeX build process spawned with PID 24812.
[01:55:59.987][Build] Finished a step in recipe with PID 24812.
[01:55:59.988][Build] Successfully built d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:55:59.988][Event] BUILD_DONE
[01:55:59.988][Viewer] Call refreshExistingViewer: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\Report.pdf" .
[01:55:59.988][Viewer] Not found PDF viewers to refresh: d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.pdf
[01:55:59.989][Cacher] Parsing .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:56:00.004][Cacher] Found .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls , parsing.
[01:56:00.004][Cacher] Parsed .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.tex .
[01:56:00.004][Cacher] Parsed .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\Report.fls .
[01:56:42.344][Commander] ACTIONS command invoked.
[01:56:43.423][Commander] ACTIONS command invoked.
[01:56:56.425][Event] STRUCTURE_UPDATED

### Developer Tools Console
> _Please paste the whole log messages below, not parts of ones. This console logs can sometimes be very important in many cases. To access the log, click `Help` -> `Toggle Developer Tools` -> `Console`._

workbench.desktop.main.js:sourcemap:643 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'registerIssueDataProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned. workbench.desktop.main.js:sourcemap:643 WARN [twxs.cmake]: Cannot register 'cmake.cmakePath'. This property is already registered. workbench.desktop.main.js:sourcemap:643 INFO Started local extension host with pid 2636. workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.sql. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/sql/syntaxes/sql.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jakebathman.mysql-syntax-1.3.1/syntaxes/MySQL.tmLanguage register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope text.tex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/TeX.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope text.tex.latex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/LaTeX.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope text.bibtex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/Bibtex.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/markdown-latex-combined.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/cpp-grammar-bailout.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.macro. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.17.2/autogenerated/cpp.embedded.macro.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.cpp. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.17.2/autogenerated/cpp.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.js.jsx. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/JavaScriptReact.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.js. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/javascript/syntaxes/JavaScript.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/JavaScript.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.ts. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/TypeScript.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.tsx. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/TypeScriptReact.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.sql. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/jakebathman.mysql-syntax-1.3.1/syntaxes/MySQL.tmLanguage. New grammar file: file:///c%3A/Users/User/.vscode/extensions/mtxr.sqltools-0.28.1/language/sql.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.yaml. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/redhat.vscode-yaml-1.14.0/syntaxes/yaml.tmLanguage.json register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.cmake. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/josetr.cmake-language-support-vscode-0.0.9/syntaxes/CMake.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/twxs.cmake-0.0.17/syntaxes/CMake.tmLanguage register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 workbench.desktop.main.js:sourcemap:1897 Overwriting grammar scope name to file mapping for scope source.cmakecache. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/josetr.cmake-language-support-vscode-0.0.9/syntaxes/CMakeCache.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/twxs.cmake-0.0.17/syntaxes/CMakeCache.tmLanguage register @ workbench.desktop.main.js:sourcemap:1897 I @ workbench.desktop.main.js:sourcemap:1899 S @ workbench.desktop.main.js:sourcemap:2015 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.sql. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/sql/syntaxes/sql.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jakebathman.mysql-syntax-1.3.1/syntaxes/MySQL.tmLanguage register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/TeX.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/LaTeX.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/Bibtex.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/markdown-latex-combined.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/james-yu.latex-workshop-9.17.0/syntax/cpp-grammar-bailout.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.macro. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.17.2/autogenerated/cpp.embedded.macro.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/cpp/syntaxes/cpp.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/jeff-hykin.better-cpp-syntax-1.17.2/autogenerated/cpp.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.js.jsx. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/JavaScriptReact.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.js. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/javascript/syntaxes/JavaScript.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/JavaScript.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.ts. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/TypeScript.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.tsx. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/ms-vscode.vscode-typescript-next-5.4.20240106/syntaxes/TypeScriptReact.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.sql. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/jakebathman.mysql-syntax-1.3.1/syntaxes/MySQL.tmLanguage. New grammar file: file:///c%3A/Users/User/.vscode/extensions/mtxr.sqltools-0.28.1/language/sql.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.yaml. Old grammar file: file:///c%3A/Users/User/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/redhat.vscode-yaml-1.14.0/syntaxes/yaml.tmLanguage.json register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cmake. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/josetr.cmake-language-support-vscode-0.0.9/syntaxes/CMake.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/twxs.cmake-0.0.17/syntaxes/CMake.tmLanguage register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cmakecache. Old grammar file: file:///c%3A/Users/User/.vscode/extensions/josetr.cmake-language-support-vscode-0.0.9/syntaxes/CMakeCache.tmLanguage.json. New grammar file: file:///c%3A/Users/User/.vscode/extensions/twxs.cmake-0.0.17/syntaxes/CMakeCache.tmLanguage register @ TMScopeRegistry.ts:46 y @ TMGrammarFactory.ts:74 g @ textMateTokenizationWorker.worker.ts:97 workbench.desktop.main.js:sourcemap:643 ERR [sidthesloth.html5-boilerplate]: Unknown language in contributes.html5-boilerplate.language. Provided value: njk workbench.desktop.main.js:sourcemap:643 ERR [sidthesloth.html5-boilerplate]: Unknown language in contributes.html5-boilerplate.language. Provided value: django-html workbench.desktop.main.js:sourcemap:149 [Extension Host] vscode-shader extension started workbench.desktop.main.js:sourcemap:149 [Extension Host] vscode-shader couldn't find vscode-ripgrep binary path workbench.desktop.main.js:sourcemap:149 [Extension Host] Checking whether to register object drop extension workbench.desktop.main.js:sourcemap:149 [Extension Host] Registering object drop provider workbench.desktop.main.js:sourcemap:149 [Extension Host] Registered object drop provider workbench.desktop.main.js:sourcemap:149 [Extension Host] Looking for parseable documents... workbench.desktop.main.js:sourcemap:149 [Extension Host] Found no documents workbench.desktop.main.js:sourcemap:1188 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. mountTo @ workbench.desktop.main.js:sourcemap:1188 M @ workbench.desktop.main.js:sourcemap:1153 claim @ workbench.desktop.main.js:sourcemap:1153 ib @ workbench.desktop.main.js:sourcemap:1583 setInput @ workbench.desktop.main.js:sourcemap:1583 workbench.desktop.main.js:sourcemap:643 WARN [cmake-tools]: Couldn't find message for key cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.variant.description. workbench.desktop.main.js:sourcemap:643 INFO [perf] Render performance baseline is 41ms DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/latexworkshop.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/htmleditor.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/connection.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/synctex.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/build/pdf.mjs.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/utils.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/pagetrimmer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/externalpromise.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/out/viewer/components/viewerhistory.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for http://127.0.0.1:61839/build/pdf.worker.mjs.map: Fetch through target failed: Target not supported; Fallback: Unknown error



## Anything Else?
> _Add any other context about the problem below._

This issue has nothing to do with latex compilation. I tried disabling auto compilation and the delay still happens, even if this extension is the only enabled one. This issue has been reported before but is still unresolved.

This is probably unrelated to the enter key itself but rather the insertion of a newline. I use the rewrap extension and when it automatically wraps a line for me, the delay also happens.

The CPU usage also spikes when pressing enter.
James-Yu commented 6 months ago

Thanks for the report. The issue seems caused by long parsing time of element after AST. Unfortunately, I cannot do anything without the actual file you were working on. If indeed possible, you may try creating a working example without private content for debug.

James-Yu commented 6 months ago

Also, please update your log without any actions, I.e., open the tex file and copy all logs immediately. No save or build. The current log is way too noisy.

palapapa commented 6 months ago
[05:00:19.861][Extension] Initializing LaTeX Workshop.
[05:00:20.011][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[05:00:20.102][Server] Creating LaTeX Workshop http and websocket server.
[05:00:20.215][Format][Bib] Bibtex format config: {"tab":"    ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[05:00:20.289][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":63170} .
[05:00:20.429][Extension] Extension root: c:\Users\User\.vscode\extensions\james-yu.latex-workshop-9.17.0
[05:00:20.429][Extension] $PATH: C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Tesseract-OCR\tesseract.exe;D:\youtube-dl;D:\ffmpeg;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\dotnet\;C:\Program Files\CMake\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;D:\MATLAB\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin;C:\Program Files\MySQL\MySQL Router 8.0\bin;D:\Perl\perl\site\bin;D:\Perl\perl\bin;D:\NodeJS\;C:\mingw64\bin;D:\Minecraft;D:\GnuWin32\bin;D:\Process Lasso\;d;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\User\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\User\AppData\Local\Programs\Python\Python310\;C:\Users\User\.cargo\bin;C:\Users\User\AppData\Local\Programs\Python\Python39\Scripts\;C:\Users\User\AppData\Local\Programs\Python\Python39\;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\User\.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.1.3\bin;C:\Program Files (x86)\Nmap;D:\MiKTeX\miktex\bin\x64\;C:\Users\User\AppData\Roaming\npm
[05:00:20.429][Extension] $SHELL: undefined
[05:00:20.430][Extension] $LANG: undefined
[05:00:20.430][Extension] $LC_ALL: undefined
[05:00:20.430][Extension] process.platform: win32
[05:00:20.430][Extension] process.arch: x64
[05:00:20.430][Extension] vscode.env.appName: Visual Studio Code
[05:00:20.431][Extension] vscode.env.remoteName: undefined
[05:00:20.431][Extension] vscode.env.uiKind: 1
[05:00:20.433][Config] latex-workshop.latex.recipes: [{"name":"latexmk (xelatex)","tools":["cd","xelatexmk"]}] .
[05:00:20.434][Config] latex-workshop.latex.recipe.default: "latexmk (xelatex)" .
[05:00:20.435][Config] latex-workshop.latex.tools: [{"name":"xelatexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"cd","command":"cd","args":["%DIR%"]}] .
[05:00:20.511][Config] latex-workshop.message.warning.show: false .
[05:00:20.512][Config] latex-workshop.message.error.show: false .
[05:00:20.544][Config] latex-workshop.bibtex-format.tab: "4 spaces" .
[05:00:20.547][Config] editor.acceptSuggestionOnEnter: "off" .
[05:00:20.557][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[05:00:20.559][Root] Current workspace folders: undefined
[05:00:20.560][Extension] LaTeX Workshop initialized.
[05:00:20.561][Root] Found root file from active editor: d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex
[05:00:20.561][Root] Root file changed: from d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex to d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex, langID latex . Refresh dependencies
[05:00:20.561][Event] ROOT_FILE_CHANGED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\test\\test.tex"
[05:00:20.562][Cacher][Watcher] Reset.
[05:00:20.562][Cacher][Watcher] Reset.
[05:00:20.563][Cacher][Watcher] Reset.
[05:00:20.566][Cacher] Adding d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:20.568][Cacher][Watcher] Watched d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex with a new watcher on d:\Desktop\學校文件\大學\物件導向系統分析與設計\test .
[05:00:20.568][Event] FILE_WATCHED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\test\\test.tex"
[05:00:20.570][Cacher] Caching d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:20.572][Cacher] Updated inputs of d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:20.572][Cacher] Parse LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:20.572][Event] ROOT_FILE_SEARCHED
[05:00:20.575][Server] valdOrigin is http://127.0.0.1:63170
[05:00:20.777][Cacher] Parsed LaTeX AST: d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:20.778][File] Calling kpsewhich to resolve article.cls .
[05:00:21.538][Cacher] Updated elements in 761.06 ms: d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:21.539][Event] FILE_PARSED: "d:\\Desktop\\學校文件\\大學\\物件導向系統分析與設計\\test\\test.tex"
[05:00:21.540][Cacher] Parsing .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.fls .
[05:00:21.543][Cacher] Adding D:\MiKTeX\tex\latex\base\article.cls .
[05:00:21.544][Cacher][Watcher] Watched D:\MiKTeX\tex\latex\base\article.cls with a new watcher on D:\MiKTeX\tex\latex\base .
[05:00:21.544][Event] FILE_WATCHED: "D:\\MiKTeX\\tex\\latex\\base\\article.cls"
[05:00:21.544][Cacher] Found .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex from .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.fls , parsing.
[05:00:21.545][Cacher] Parsed .aux d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:21.545][Cacher] Parsed .fls d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.fls .
[05:00:21.546][Structure] Structure force updated with 0 root sections for d:\Desktop\學校文件\大學\物件導向系統分析與設計\test\test.tex .
[05:00:21.546][Event] STRUCTURE_UPDATED
[05:00:22.796][Event] STRUCTURE_UPDATED

The file is just:

\documentclass{article}

\begin{document}
    test
\end{document}

The enter key will only start lagging after you press the green play button. You may have to press enter a few times to see the effect. Does the green play button start auto-build? But I have tested with auto-build off and newlines were still delayed.

James-Yu commented 6 months ago

Unfortunately, it seems that the issue is related to your computer: the typically <10 ms element parsing time costs Updated elements in 761.06 ms. Only very straightforward logic is involved here. Sorry but I cannot help on your case as I cannot reproduce the problem.

palapapa commented 6 months ago

That's very strange. This has never happened before and only happened since today. I tried to move the file to an SSD and it was still the same.