Skip to content

Conversation

@CsCherrYY
Copy link
Contributor

we now deprecate the documentation of askUser from configuration java.project.exportJar.targetPath, and the next step will be removing it totally.

@CsCherrYY CsCherrYY requested a review from jdneo December 22, 2021 02:31
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%"
Copy link
Member

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?

Copy link
Contributor Author

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

@jdneo
Copy link
Member

jdneo commented Dec 22, 2021

One more question, where can I see the description for the enums?

image

@CsCherrYY
Copy link
Contributor Author

One more question, where can I see the description for the enums?

image

when you're editing this setting in raw settings.json

image

"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.",
Copy link
Member

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."

Copy link
Member

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

@CsCherrYY CsCherrYY added this to the 0.19.0 milestone Jan 18, 2022
@jdneo jdneo merged commit 718e5ad into main Jan 18, 2022
@jdneo jdneo deleted the cs-askuser-deprecate-document branch January 18, 2022 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants