빌드 후 출력 디렉터리를 정리하려고 시도했지만 작동하지 않습니다. 이 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 파일을 제외한 모든 것을 삭제하고 싶습니다.