James-Yu / LaTeX-Workshop

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

MacOS fatal error "spawn latexmk ENOENT" #4185

Closed dojobike closed 6 months ago

dojobike 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.
  • [ ] 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: MacOS Sonoma 14.3.1
  • Visual Studio Code Version: 1.87.0
  • LaTeX Workshop Version: 9.18.2
  • TeX Distribution Version: TexLive 2023 (BasicTeX installation)

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 nothing extra.

The Issue*

Please briefly describe the issue you come across.

  • After pressing build LaTeX, VSCode shows fatal error "spawn latexmk ENOENT".

Reproduction Steps

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

  1. Install BasicTeX and VSCode on MacOS.
  2. Subscribe to LaTeX Workshop on VSCode.
  3. Write a short LaTeX code and try to build it.

Expected Behavior

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

  • PDF of the LaTeX code.

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.

[13:27:29.705][Logger] New log placeholder %WS1% registered for /Users/cemdoganturk/Desktop/Projects/LaTeX .
[13:27:29.705][Extension] Initializing LaTeX Workshop.
[13:27:29.767][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[13:27:29.783][Server] Creating LaTeX Workshop http and websocket server.
[13:27:29.821][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[13:27:29.843][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":52322} .
[13:27:29.865][Extension] Extension root: /Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2
[13:27:29.865][Extension] $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin
[13:27:29.865][Extension] $SHELL: /bin/zsh
[13:27:29.865][Extension] $LANG: undefined
[13:27:29.866][Extension] $LC_ALL: undefined
[13:27:29.866][Extension] process.platform: darwin
[13:27:29.866][Extension] process.arch: arm64
[13:27:29.866][Extension] vscode.env.appName: Visual Studio Code
[13:27:29.866][Extension] vscode.env.remoteName: undefined
[13:27:29.866][Extension] vscode.env.uiKind: 1
[13:27:29.893][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[13:27:29.894][Root] Current workspace folders: ["file://%WS1%"]
[13:27:29.894][Extension] LaTeX Workshop initialized.
[13:27:29.894][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:27:29.895][Root] Root file changed: from %WS1%/Test1/main.tex to %WS1%/Test1/main.tex, langID latex . Refresh dependencies
[13:27:29.895][Event] ROOT_FILE_CHANGED: "%WS1%/Test1/main.tex"
[13:27:29.895][Cacher][Watcher] Reset.
[13:27:29.895][Cacher][Watcher] Reset.
[13:27:29.895][Cacher][Watcher] Reset.
[13:27:29.896][Cacher] Adding %WS1%/Test1/main.tex .
[13:27:29.896][Cacher][Watcher] Watched %WS1%/Test1/main.tex with a new watcher on %WS1%/Test1 .
[13:27:29.896][Event] FILE_WATCHED: "%WS1%/Test1/main.tex"
[13:27:29.897][Cacher] Caching %WS1%/Test1/main.tex .
[13:27:29.897][Cacher] Updated inputs of %WS1%/Test1/main.tex .
[13:27:29.897][Cacher] Parse LaTeX AST: %WS1%/Test1/main.tex .
[13:27:29.897][Event] ROOT_FILE_SEARCHED
[13:27:29.898][Server] valdOrigin is http://127.0.0.1:52322
[13:27:29.913][Cacher] Parsed LaTeX AST: %WS1%/Test1/main.tex .
[13:27:29.913][File] Calling kpsewhich to resolve article.cls .
[13:27:29.923][Cacher] Updated elements in 10.32 ms: %WS1%/Test1/main.tex .
[13:27:29.923][Event] FILE_PARSED: "%WS1%/Test1/main.tex"
[13:27:29.924][Structure] Structure force updated with 0 root sections for %WS1%/Test1/main.tex .
[13:27:29.924][Event] STRUCTURE_UPDATED
[13:38:35.589][Event] STRUCTURE_UPDATED
[13:38:36.844][Commander] BUILD command invoked.
[13:38:36.844][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:38:36.845][Build] The languageId of the document: latex
[13:38:36.845][Root] Current workspace folders: ["file://%WS1%"]
[13:38:36.846][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:38:36.847][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:38:36.847][Event] ROOT_FILE_SEARCHED
[13:38:36.847][Event] STRUCTURE_UPDATED
[13:38:36.847][Build] Building root file: %WS1%/Test1/main.tex
[13:38:36.848][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:38:36.868][Build][Recipe] Preparing to run recipe: latexmk.
[13:38:36.869][Build][Recipe] Prepared 1 tools.
[13:38:36.893][Build][Recipe] outDir: %WS1%/Test1 .
[13:38:36.894][Build] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/Test1","%WS1%/Test1/main"].
[13:38:36.894][Build] env: {}
[13:38:36.894][Build] root: %WS1%/Test1/main.tex
[13:38:36.894][Build] cwd: %WS1%/Test1
[13:38:36.895][Build] LaTeX build process spawned with PID undefined.
[13:38:36.896][Build] LaTeX fatal error on PID undefined. Error: spawn latexmk ENOENT
[13:38:36.896]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[13:38:36.896][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:38:36.896][Build] 
[13:38:37.030][Config] Configuration changed to { latex-workshop.latex.recipes: [{"name":"pdfLaTeX","tools":["pdflatex"]},{"name":"latexmk 🔃","tools":["latexmk"]},{"name":"xelatex","tools":["xelatex"]},{"name":"pdflatex ➞ bibtex ➞ pdflatex`×2","tools":["pdflatex","bibtex","pdflatex","pdflatex"]},{"name":"xelatex ➞ bibtex ➞ xelatex`×2","tools":["xelatex","bibtex","xelatex","xelatex"]}] } at file://%WS1% .
[13:38:37.030][Config] Configuration changed to { latex-workshop.latex.tools: [{"name":"latexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"xelatex","command":"xelatex","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"],"env":{}},{"name":"pdflatex","command":"pdflatex","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"],"env":{}},{"name":"bibtex","command":"bibtex","args":["%DOCFILE%"],"env":{}}] } at file://%WS1% .
[13:39:33.896][Event] STRUCTURE_UPDATED
[13:42:34.914][Event] STRUCTURE_UPDATED
[13:43:58.224][Event] STRUCTURE_UPDATED
[13:44:05.493][Event] STRUCTURE_UPDATED
[13:45:35.868][Event] STRUCTURE_UPDATED
[13:55:59.183][Event] STRUCTURE_UPDATED
[13:56:01.622][Commander] BUILD command invoked.
[13:56:01.623][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:56:01.623][Build] The languageId of the document: latex
[13:56:01.623][Root] Current workspace folders: ["file://%WS1%"]
[13:56:01.626][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:56:01.626][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:56:01.626][Event] ROOT_FILE_SEARCHED
[13:56:01.627][Event] STRUCTURE_UPDATED
[13:56:01.627][Build] Building root file: %WS1%/Test1/main.tex
[13:56:01.627][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:56:01.631][Build][Recipe] Preparing to run recipe: pdfLaTeX.
[13:56:01.632][Build][Recipe] Prepared 1 tools.
[13:56:01.633][Build][Recipe] outDir: %WS1%/Test1 .
[13:56:01.634][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:56:01.634][Build] env: {}
[13:56:01.635][Build] root: %WS1%/Test1/main.tex
[13:56:01.635][Build] cwd: %WS1%/Test1
[13:56:01.638][Build] LaTeX build process spawned with PID 3113.
[13:56:01.765][Parser][TexLog] Logged 1 messages.
[13:56:01.766][Build] Recipe returns with error code 1/null on PID 3113.
[13:56:01.766][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:56:01.766][Build] 
[13:56:01.766][Build] Cleaning auxiliary files and retrying build after toolchain error.
[13:56:01.766][Cleaner] Clean temporary files command The command is latexmk:["-c","%WS1%/Test1/main.tex"].
[13:56:01.767][Cleaner] Failed running cleaning command latexmk . Error: spawn latexmk ENOENT
[13:56:01.767]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[13:56:01.768][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:56:01.768][Build] env: {}
[13:56:01.768][Build] root: %WS1%/Test1/main.tex
[13:56:01.768][Build] cwd: %WS1%/Test1
[13:56:01.768][Build] LaTeX build process spawned with PID 3133.
[13:56:01.768][Event] AUTO_CLEANED
[13:56:01.860][Parser][TexLog] Logged 1 messages.
[13:56:01.861][Build] Recipe returns with error code 1/null on PID 3133.
[13:56:01.861][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:56:01.861][Build] 
[13:56:22.946][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:52322/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRlVzZXJzJTJGY2VtZG9nYW50dXJrJTJGRGVza3RvcCUyRlByb2plY3RzJTJGTGFUZVglMkZUZXN0MSUyRm1haW4ucGRm .
[13:56:22.947][Cacher][Watcher] Watched %WS1%/Test1/main.pdf with a new watcher on %WS1%/Test1 .
[13:56:22.947][Event] FILE_WATCHED: "%WS1%/Test1/main.pdf"
[13:56:23.115][Viewer] Handle data type: open
[13:56:23.152][Server] Preview PDF file: file://%WS1%/Test1/main.pdf
[13:56:23.188][Viewer] Handle data type: loaded
[13:56:23.189][Event] VIEWER_PAGE_LOADED
[13:56:28.578][Event] STRUCTURE_UPDATED
[13:56:44.459][Commander] BUILD command invoked.
[13:56:44.460][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:56:44.460][Build] The languageId of the document: latex
[13:56:44.460][Root] Current workspace folders: ["file://%WS1%"]
[13:56:44.462][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:56:44.462][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:56:44.462][Event] ROOT_FILE_SEARCHED
[13:56:44.463][Event] STRUCTURE_UPDATED
[13:56:44.463][Build] Building root file: %WS1%/Test1/main.tex
[13:56:44.463][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:56:44.479][Extension] onDidSaveTextDocument triggered: file://%WS1%/Test1/main.tex
[13:56:44.481][Build][Recipe] Preparing to run recipe: pdfLaTeX.
[13:56:44.481][Build][Recipe] Prepared 1 tools.
[13:56:44.481][Build][Recipe] outDir: %WS1%/Test1 .
[13:56:44.482][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:56:44.482][Build] env: {}
[13:56:44.482][Build] root: %WS1%/Test1/main.tex
[13:56:44.482][Build] cwd: %WS1%/Test1
[13:56:44.484][Build] LaTeX build process spawned with PID 3153.
[13:56:44.573][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.tex.
[13:56:44.574][Cacher] Caching %WS1%/Test1/main.tex .
[13:56:44.574][Cacher] Updated inputs of %WS1%/Test1/main.tex .
[13:56:44.574][Cacher] Parse LaTeX AST: %WS1%/Test1/main.tex .
[13:56:44.574][Build] Auto build starteddetecting the change of a file: %WS1%/Test1/main.tex .
[13:56:44.574][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"%WS1%/Test1/main.tex"}
[13:56:44.574][Build] Autobuild temporarily disabled.
[13:56:44.575][Event] FILE_CHANGED: "%WS1%/Test1/main.tex"
[13:56:44.577][Cacher] Parsed LaTeX AST: %WS1%/Test1/main.tex .
[13:56:44.578][File] Calling kpsewhich to resolve article.cls .
[13:56:44.585][Cacher] Updated elements in 7.76 ms: %WS1%/Test1/main.tex .
[13:56:44.585][Event] FILE_PARSED: "%WS1%/Test1/main.tex"
[13:56:44.586][Structure] Structure force updated with 0 root sections for %WS1%/Test1/main.tex .
[13:56:44.586][Event] STRUCTURE_UPDATED
[13:56:44.586][Parser][TexLog] Logged 0 messages.
[13:56:44.586][Build] Finished a step in recipe with PID 3153.
[13:56:44.587][Build] Successfully built %WS1%/Test1/main.tex .
[13:56:44.587][Event] BUILD_DONE
[13:56:44.587][Viewer] Call refreshExistingViewer: "%WS1%/Test1/main.pdf" .
[13:56:44.587][Viewer] Refresh PDF viewer: %WS1%/Test1/main.pdf
[13:56:44.979][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.pdf after polling for 256 ms.
[13:56:44.980][Event] FILE_CHANGED: "%WS1%/Test1/main.pdf"
[13:56:46.859][Commander] BUILD command invoked.
[13:56:46.860][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:56:46.860][Build] The languageId of the document: latex
[13:56:46.860][Root] Current workspace folders: ["file://%WS1%"]
[13:56:46.861][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:56:46.862][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:56:46.862][Event] ROOT_FILE_SEARCHED
[13:56:46.862][Event] STRUCTURE_UPDATED
[13:56:46.863][Build] Building root file: %WS1%/Test1/main.tex
[13:56:46.863][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:56:46.865][Build][Recipe] Preparing to run recipe: pdfLaTeX.
[13:56:46.865][Build][Recipe] Prepared 1 tools.
[13:56:46.866][Build][Recipe] outDir: %WS1%/Test1 .
[13:56:46.867][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:56:46.867][Build] env: {}
[13:56:46.867][Build] root: %WS1%/Test1/main.tex
[13:56:46.868][Build] cwd: %WS1%/Test1
[13:56:46.870][Build] LaTeX build process spawned with PID 3176.
[13:56:46.981][Parser][TexLog] Logged 0 messages.
[13:56:46.982][Build] Finished a step in recipe with PID 3176.
[13:56:46.982][Build] Successfully built %WS1%/Test1/main.tex .
[13:56:46.982][Event] BUILD_DONE
[13:56:46.982][Viewer] Call refreshExistingViewer: "%WS1%/Test1/main.pdf" .
[13:56:46.982][Viewer] Refresh PDF viewer: %WS1%/Test1/main.pdf
[13:56:47.301][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.pdf after polling for 256 ms.
[13:56:47.301][Event] FILE_CHANGED: "%WS1%/Test1/main.pdf"
[13:56:50.375][Commander] BUILD command invoked.
[13:56:50.375][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:56:50.375][Build] The languageId of the document: latex
[13:56:50.375][Root] Current workspace folders: ["file://%WS1%"]
[13:56:50.376][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:56:50.377][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:56:50.377][Event] ROOT_FILE_SEARCHED
[13:56:50.377][Event] STRUCTURE_UPDATED
[13:56:50.377][Build] Building root file: %WS1%/Test1/main.tex
[13:56:50.377][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:56:50.378][Build][Recipe] Preparing to run recipe: pdfLaTeX.
[13:56:50.379][Build][Recipe] Prepared 1 tools.
[13:56:50.379][Build][Recipe] outDir: %WS1%/Test1 .
[13:56:50.380][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:56:50.380][Build] env: {}
[13:56:50.380][Build] root: %WS1%/Test1/main.tex
[13:56:50.381][Build] cwd: %WS1%/Test1
[13:56:50.383][Build] LaTeX build process spawned with PID 3186.
[13:56:50.490][Parser][TexLog] Logged 0 messages.
[13:56:50.490][Build] Finished a step in recipe with PID 3186.
[13:56:50.490][Build] Successfully built %WS1%/Test1/main.tex .
[13:56:50.490][Event] BUILD_DONE
[13:56:50.491][Viewer] Call refreshExistingViewer: "%WS1%/Test1/main.pdf" .
[13:56:50.491][Viewer] Refresh PDF viewer: %WS1%/Test1/main.pdf
[13:56:50.808][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.pdf after polling for 254 ms.
[13:56:50.808][Event] FILE_CHANGED: "%WS1%/Test1/main.pdf"
[13:57:06.779][Event] STRUCTURE_UPDATED
[13:57:22.449][Event] STRUCTURE_UPDATED
[13:57:23.643][Commander] BUILD command invoked.
[13:57:23.644][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:57:23.644][Build] The languageId of the document: latex
[13:57:23.645][Root] Current workspace folders: ["file://%WS1%"]
[13:57:23.645][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:57:23.646][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:57:23.646][Event] ROOT_FILE_SEARCHED
[13:57:23.646][Event] STRUCTURE_UPDATED
[13:57:23.646][Build] Building root file: %WS1%/Test1/main.tex
[13:57:23.646][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:57:23.667][Build][Recipe] Preparing to run recipe: pdfLaTeX.
[13:57:23.667][Build][Recipe] Prepared 1 tools.
[13:57:23.667][Build][Recipe] outDir: %WS1%/Test1 .
[13:57:23.668][Build] Recipe step 1 The command is pdflatex:["-synctex=1","-interaction=nonstopmode","-file-line-error","%WS1%/Test1/main"].
[13:57:23.668][Build] env: {}
[13:57:23.668][Build] root: %WS1%/Test1/main.tex
[13:57:23.668][Build] cwd: %WS1%/Test1
[13:57:23.670][Build] LaTeX build process spawned with PID 3196.
[13:57:23.776][Parser][TexLog] Logged 0 messages.
[13:57:23.776][Build] Finished a step in recipe with PID 3196.
[13:57:23.776][Build] Successfully built %WS1%/Test1/main.tex .
[13:57:23.776][Event] BUILD_DONE
[13:57:23.777][Viewer] Call refreshExistingViewer: "%WS1%/Test1/main.pdf" .
[13:57:23.777][Viewer] Refresh PDF viewer: %WS1%/Test1/main.pdf
[13:57:23.825][Config] Configuration changed to { latex-workshop.latex.recipes: [{"name":"latexmk","tools":["latexmk"]},{"name":"latexmk (latexmkrc)","tools":["latexmk_rconly"]},{"name":"latexmk (lualatex)","tools":["lualatexmk"]},{"name":"latexmk (xelatex)","tools":["xelatexmk"]},{"name":"pdflatex -> bibtex -> pdflatex * 2","tools":["pdflatex","bibtex","pdflatex","pdflatex"]},{"name":"Compile Rnw files","tools":["rnw2tex","latexmk"]},{"name":"Compile Jnw files","tools":["jnw2tex","latexmk"]},{"name":"Compile Pnw files","tools":["pnw2tex","latexmk"]},{"name":"tectonic","tools":["tectonic"]}] } at file://%WS1% .
[13:57:23.825][Config] Configuration changed to { latex-workshop.latex.tools: [{"name":"latexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"lualatexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-lualatex","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"xelatexmk","command":"latexmk","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","-xelatex","-outdir=%OUTDIR%","%DOC%"],"env":{}},{"name":"latexmk_rconly","command":"latexmk","args":["%DOC%"],"env":{}},{"name":"pdflatex","command":"pdflatex","args":["-synctex=1","-interaction=nonstopmode","-file-line-error","%DOC%"],"env":{}},{"name":"bibtex","command":"bibtex","args":["%DOCFILE%"],"env":{}},{"name":"rnw2tex","command":"Rscript","args":["-e","knitr::opts_knit$set(concordance = TRUE); knitr::knit('%DOCFILE_EXT%')"],"env":{}},{"name":"jnw2tex","command":"julia","args":["-e","using Weave; weave(\"%DOC_EXT%\", doctype=\"tex\")"],"env":{}},{"name":"jnw2texminted","command":"julia","args":["-e","using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"],"env":{}},{"name":"pnw2tex","command":"pweave","args":["-f","tex","%DOC_EXT%"],"env":{}},{"name":"pnw2texminted","command":"pweave","args":["-f","texminted","%DOC_EXT%"],"env":{}},{"name":"tectonic","command":"tectonic","args":["--synctex","--keep-logs","%DOC%.tex"],"env":{}}] } at file://%WS1% .
[13:57:24.098][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.pdf after polling for 256 ms.
[13:57:24.099][Event] FILE_CHANGED: "%WS1%/Test1/main.pdf"
[13:57:25.759][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:52322/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRlVzZXJzJTJGY2VtZG9nYW50dXJrJTJGRGVza3RvcCUyRlByb2plY3RzJTJGTGFUZVglMkZUZXN0MSUyRm1haW4ucGRm .
[13:57:25.760][Cacher][Watcher] Watched %WS1%/Test1/main.pdf .
[13:57:25.760][Event] FILE_WATCHED: "%WS1%/Test1/main.pdf"
[13:57:25.903][Viewer] Handle data type: open
[13:57:25.932][Server] Preview PDF file: file://%WS1%/Test1/main.pdf
[13:57:25.973][Viewer] Handle data type: loaded
[13:57:25.973][Event] VIEWER_PAGE_LOADED
[13:57:37.231][Event] STRUCTURE_UPDATED
[13:57:40.893][Commander] BUILD command invoked.
[13:57:40.894][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:57:40.894][Build] The languageId of the document: latex
[13:57:40.894][Root] Current workspace folders: ["file://%WS1%"]
[13:57:40.896][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:57:40.896][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:57:40.896][Event] ROOT_FILE_SEARCHED
[13:57:40.897][Event] STRUCTURE_UPDATED
[13:57:40.897][Build] Building root file: %WS1%/Test1/main.tex
[13:57:40.897][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:57:40.912][Extension] onDidSaveTextDocument triggered: file://%WS1%/Test1/main.tex
[13:57:40.913][Build][Recipe] Preparing to run recipe: latexmk.
[13:57:40.913][Build][Recipe] Prepared 1 tools.
[13:57:40.914][Build][Recipe] outDir: %WS1%/Test1 .
[13:57:40.914][Build] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/Test1","%WS1%/Test1/main"].
[13:57:40.914][Build] env: {}
[13:57:40.914][Build] root: %WS1%/Test1/main.tex
[13:57:40.915][Build] cwd: %WS1%/Test1
[13:57:40.916][Build] LaTeX build process spawned with PID undefined.
[13:57:40.917][Build] LaTeX fatal error on PID undefined. Error: spawn latexmk ENOENT
[13:57:40.917]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[13:57:40.917][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:57:40.917][Build] 
[13:57:41.009][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.tex.
[13:57:41.009][Cacher] Caching %WS1%/Test1/main.tex .
[13:57:41.010][Cacher] Updated inputs of %WS1%/Test1/main.tex .
[13:57:41.010][Cacher] Parse LaTeX AST: %WS1%/Test1/main.tex .
[13:57:41.010][Build] Auto build starteddetecting the change of a file: %WS1%/Test1/main.tex .
[13:57:41.010][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"%WS1%/Test1/main.tex"}
[13:57:41.010][Build] Autobuild temporarily disabled.
[13:57:41.010][Event] FILE_CHANGED: "%WS1%/Test1/main.tex"
[13:57:41.012][Cacher] Parsed LaTeX AST: %WS1%/Test1/main.tex .
[13:57:41.012][File] Calling kpsewhich to resolve article.cls .
[13:57:41.017][Cacher] Updated elements in 5.45 ms: %WS1%/Test1/main.tex .
[13:57:41.017][Event] FILE_PARSED: "%WS1%/Test1/main.tex"
[13:57:41.018][Structure] Structure force updated with 0 root sections for %WS1%/Test1/main.tex .
[13:57:41.018][Event] STRUCTURE_UPDATED
[13:57:42.896][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:52322/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRlVzZXJzJTJGY2VtZG9nYW50dXJrJTJGRGVza3RvcCUyRlByb2plY3RzJTJGTGFUZVglMkZUZXN0MSUyRm1haW4ucGRm .
[13:57:42.896][Cacher][Watcher] Watched %WS1%/Test1/main.pdf .
[13:57:42.897][Event] FILE_WATCHED: "%WS1%/Test1/main.pdf"
[13:57:42.973][Viewer] Handle data type: open
[13:57:42.998][Server] Preview PDF file: file://%WS1%/Test1/main.pdf
[13:57:43.023][Viewer] Handle data type: loaded
[13:57:43.024][Event] VIEWER_PAGE_LOADED
[13:57:44.227][Event] STRUCTURE_UPDATED
[13:57:47.369][Event] STRUCTURE_UPDATED
[13:58:13.659][Event] STRUCTURE_UPDATED
[13:59:01.516][Event] STRUCTURE_UPDATED
[13:59:05.193][Commander] BUILD command invoked.
[13:59:05.194][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:59:05.194][Build] The languageId of the document: latex
[13:59:05.194][Root] Current workspace folders: ["file://%WS1%"]
[13:59:05.196][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:59:05.196][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:59:05.196][Event] ROOT_FILE_SEARCHED
[13:59:05.197][Event] STRUCTURE_UPDATED
[13:59:05.197][Build] Building root file: %WS1%/Test1/main.tex
[13:59:05.197][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:59:05.200][Build][Recipe] Preparing to run recipe: latexmk.
[13:59:05.200][Build][Recipe] Prepared 1 tools.
[13:59:05.201][Build][Recipe] outDir: %WS1%/Test1 .
[13:59:05.201][Build] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/Test1","%WS1%/Test1/main"].
[13:59:05.201][Build] env: {}
[13:59:05.201][Build] root: %WS1%/Test1/main.tex
[13:59:05.202][Build] cwd: %WS1%/Test1
[13:59:05.204][Build] LaTeX build process spawned with PID undefined.
[13:59:05.205][Build] LaTeX fatal error on PID undefined. Error: spawn latexmk ENOENT
[13:59:05.206]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[13:59:05.206][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:59:05.206][Build] 
[13:59:32.159][Commander] BUILD command invoked.
[13:59:32.160][Build] The document of the active editor: output:extension-output-James-Yu.latex-workshop-%231-LaTeX Workshop
[13:59:32.160][Build] The languageId of the document: Log
[13:59:32.161][Build] Cannot find LaTeX root file. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-root-file
[13:59:34.309][Commander] BUILD command invoked.
[13:59:34.310][Build] The document of the active editor: output:extension-output-James-Yu.latex-workshop-%231-LaTeX Workshop
[13:59:34.310][Build] The languageId of the document: Log
[13:59:34.310][Build] Cannot find LaTeX root file. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-root-file
[13:59:35.680][Event] STRUCTURE_UPDATED
[13:59:36.959][Commander] BUILD command invoked.
[13:59:36.960][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[13:59:36.960][Build] The languageId of the document: latex
[13:59:36.960][Root] Current workspace folders: ["file://%WS1%"]
[13:59:36.961][Root] Found root file from active editor: %WS1%/Test1/main.tex
[13:59:36.962][Root] Keep using the same root file: %WS1%/Test1/main.tex
[13:59:36.962][Event] ROOT_FILE_SEARCHED
[13:59:36.962][Event] STRUCTURE_UPDATED
[13:59:36.962][Build] Building root file: %WS1%/Test1/main.tex
[13:59:36.962][Build][Recipe] Build root file %WS1%/Test1/main.tex
[13:59:36.987][Extension] onDidSaveTextDocument triggered: file://%WS1%/Test1/main.tex
[13:59:36.988][Build][Recipe] Preparing to run recipe: latexmk.
[13:59:36.988][Build][Recipe] Prepared 1 tools.
[13:59:36.989][Build][Recipe] outDir: %WS1%/Test1 .
[13:59:36.989][Build] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/Test1","%WS1%/Test1/main"].
[13:59:36.989][Build] env: {}
[13:59:36.989][Build] root: %WS1%/Test1/main.tex
[13:59:36.990][Build] cwd: %WS1%/Test1
[13:59:36.991][Build] LaTeX build process spawned with PID undefined.
[13:59:36.991][Build] LaTeX fatal error on PID undefined. Error: spawn latexmk ENOENT
[13:59:36.992]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[13:59:36.992][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[13:59:36.992][Build] 
[13:59:37.085][Cacher][Watcher] "change" emitted on %WS1%/Test1/main.tex.
[13:59:37.086][Cacher] Caching %WS1%/Test1/main.tex .
[13:59:37.086][Cacher] Updated inputs of %WS1%/Test1/main.tex .
[13:59:37.087][Cacher] Parse LaTeX AST: %WS1%/Test1/main.tex .
[13:59:37.087][Build] Auto build starteddetecting the change of a file: %WS1%/Test1/main.tex .
[13:59:37.087][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"%WS1%/Test1/main.tex"}
[13:59:37.087][Build] Autobuild temporarily disabled.
[13:59:37.087][Event] FILE_CHANGED: "%WS1%/Test1/main.tex"
[13:59:37.092][Cacher] Parsed LaTeX AST: %WS1%/Test1/main.tex .
[13:59:37.092][File] Calling kpsewhich to resolve article.cls .
[13:59:37.101][Cacher] Updated elements in 9.03 ms: %WS1%/Test1/main.tex .
[13:59:37.102][Event] FILE_PARSED: "%WS1%/Test1/main.tex"
[13:59:37.102][Structure] Structure force updated with 0 root sections for %WS1%/Test1/main.tex .
[13:59:37.102][Event] STRUCTURE_UPDATED
[14:03:40.875][Event] STRUCTURE_UPDATED
[14:08:44.073][Event] STRUCTURE_UPDATED
[14:08:45.224][Commander] BUILD command invoked.
[14:08:45.225][Build] The document of the active editor: file://%WS1%/Test1/main.tex
[14:08:45.225][Build] The languageId of the document: latex
[14:08:45.226][Root] Current workspace folders: ["file://%WS1%"]
[14:08:45.227][Root] Found root file from active editor: %WS1%/Test1/main.tex
[14:08:45.228][Root] Keep using the same root file: %WS1%/Test1/main.tex
[14:08:45.228][Event] ROOT_FILE_SEARCHED
[14:08:45.229][Event] STRUCTURE_UPDATED
[14:08:45.229][Build] Building root file: %WS1%/Test1/main.tex
[14:08:45.229][Build][Recipe] Build root file %WS1%/Test1/main.tex
[14:08:45.235][Build][Recipe] Preparing to run recipe: latexmk.
[14:08:45.235][Build][Recipe] Prepared 1 tools.
[14:08:45.236][Build][Recipe] outDir: %WS1%/Test1 .
[14:08:45.237][Build] Recipe step 1 The command is latexmk:["-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=%WS1%/Test1","%WS1%/Test1/main"].
[14:08:45.237][Build] env: {}
[14:08:45.237][Build] root: %WS1%/Test1/main.tex
[14:08:45.237][Build] cwd: %WS1%/Test1
[14:08:45.243][Build] LaTeX build process spawned with PID undefined.
[14:08:45.244][Build] LaTeX fatal error on PID undefined. Error: spawn latexmk ENOENT
[14:08:45.244]Error: spawn latexmk ENOENT
at Process.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[14:08:45.245][Build] Does the executable exist? $PATH: /usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/TeX/texbin, $Path: undefined, $SHELL: /bin/zsh
[14:08:45.245][Build] 

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.

INFO Started local extension host with pid 2917.
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///private/var/folders/wq/9y44bhtn43s0sw_x0j1xmdv80000gn/T/AppTranslocation/1DA5603E-4F8B-4976-98F2-83635D247664/d/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///Users/cemdoganturk/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
console.ts:137 [Extension Host] Git installation not found.
p @ console.ts:137
log.ts:417  INFO [perf] Render performance baseline is 14ms
notificationsAlerts.ts:42 Recipe terminated with fatal error: spawn latexmk ENOENT.
c @ notificationsAlerts.ts:42
5An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
notificationsAlerts.ts:42 Recipe terminated with error.
c @ notificationsAlerts.ts:42
4notificationsAlerts.ts:42 Recipe terminated with fatal error: spawn latexmk ENOENT.

Anything Else?

Add any other context about the problem below.

  • I'm new to VSCode and LaTeX so an in-depth explanation is appreciated.
dojobike commented 6 months ago

I literally didn't have latexmk installed that's why. I'm going to go ahead and close this.