-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Deprecate document of askUser
#575
Conversation
package.json
Outdated
"%configuration.java.project.exportJar.targetPath.workspaceFolder%", | ||
"%configuration.java.project.exportJar.targetPath.askUser%", | ||
"%configuration.java.project.exportJar.targetPath.askUser%" | ||
"%configuration.java.project.exportJar.targetPath.workspaceFolder%" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a description for ""
as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, added the description in f1a42c2
@@ -28,11 +28,11 @@ | |||
"configuration.java.dependency.packagePresentation": "Package presentation mode: flat or hierarchical", | |||
"configuration.java.project.exportJar.targetPath": "Specifies the output path of export jar. The default value is `${workspaceFolder}/${workspaceFolderBasename}.jar`. You can leave it empty to select the output location manually each time exporting the jar file.", | |||
"configuration.java.project.exportJar.targetPath.workspaceFolder": "Export the jar file into the workspace folder. Its name is the same as the folder's.", | |||
"configuration.java.project.exportJar.targetPath.select": "You will select the output location manually each time exporting the jar file.", | |||
"configuration.java.project.exportJar.targetPath.select": "Select output location manually when exporting the jar file.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about:
"configuration.java.project.exportJar.targetPath.customization": "The output path of the exported jar. Leave it to empty if you want to manually pick the output location."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. It should be leave it empty
instead of leave it to empty
we now deprecate the documentation of
askUser
from configurationjava.project.exportJar.targetPath
, and the next step will be removing it totally.