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

Add support for month, day, hour, minute variables in typeComment. #1839

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

rgrunber
Copy link
Contributor

@rgrunber rgrunber commented Aug 13, 2021

@rgrunber rgrunber force-pushed the fix-2052 branch 2 times, most recently from a5b5779 to f2dd7da Compare August 13, 2021 03:23
@testforstephen
Copy link
Contributor

Looks like both JS and Java server side generated the wrong value for ${month} and ${day}.

Here are the values by the server side type comment:
image

The expected value should be 2021-8-18 11:18

- Fixes redhat-developer/vscode-java#2052
- Ensure that all single digit representations are 0-prefixed

Signed-off-by: Roland Grunberg <[email protected]>
@rgrunber rgrunber merged commit 63713d5 into eclipse-jdtls:master Aug 19, 2021
@rgrunber rgrunber deleted the fix-2052 branch August 19, 2021 20:50
@rgrunber rgrunber added this to the Mid September 2021 milestone Sep 16, 2021
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.

When setting date variables in typeComment and generate comment manually, some variables can't be parse.
3 participants