-
Notifications
You must be signed in to change notification settings - Fork 453
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
Second argument is replaced upon completing the first argument in a method call #462
Comments
@snjeza If it helps I can easily repro this. |
@gorkem Thanks. I have reproduced it. It isn't reproducible in Eclipse. |
Tried with vscode 1.21.0 with windows 10, easily repro this issue. Attach the request from client, hope it helps.
|
the fix introduces a new preference : |
Moved from microsoft/vscode-java-pack#12:
Steps to Reproduce:
It replaces the old first argument instance with the property from the new argument.
Sample code:
The text was updated successfully, but these errors were encountered: