Skip to content
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

Merged
merged 7 commits into from
Jan 18, 2022
Merged

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

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

2 participants