简体   繁体   中英

How to specify jar export directory on vscode

我想知道是否可以为 Vscode 上的“导出 jar”选项指定一个特殊目录

In the latest version (0.14.0) of Project Manager for Java extension, it introduced a new setting java.project.exportJar.targetPath to specify the output location of the export jar. By default, it's ${workspaceFolder}/${workspaceFolderBasename}.jar

You can also set it to askUser , which means the extension will prompt a file explorer dialog to ask you choose the location.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM