ppisl opened a new pull request #3906:
URL: https://github.com/apache/netbeans/pull/3906
This PR contains two simple fixes.
1) The suggested folder for new java project in VSCode (new java project
wizard) was taken from `user.dir` system property. This means that was
something like
`{user_home}/.config/Code/User/globalStorage/asf.apache-netbeans-java/userdir`
. The change in `LspTemplateUI` correct this and the suggested folder should be
in this case `user.home` folder.
2) The change in `Server.java` file prevents processing outgoing messages
wiht MessageConsumer that is targeted for incomming messages. As a side effects
for every outgoing message was created `ProxyLookup` and `OperationContext`,
which are useless for outgoing messeges.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists