ビルド後に出力ディレクトリをクリーンアップしようとしましたが、うまくいきません。この VS Code 拡張機能を使用している方は、設定の何が問題なのか教えていただけますか?
{
"editor.wordWrap": "on",
"editor.wordWrapColumn": 80,
"editor.wrappingIndent": "same",
"latex-workshop.latex.outDir": "./build",
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.autoBuild.cleanAndRetry.enabled": true,
"latex-workshop.latex.autoClean.run": "onBuilt",
"latex-workshop.latex.clean.subfolder.enabled": true,
"latex-workshop.latex.clean.fileTypes": [ "*.aux" ]
}
ディレクトリ内に構築されている/build
ので、その後 PDF ファイル以外のすべてを削除したいと思います。