You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great and often helpful but if I'm targeting a database running Neo4j 5.19 and this new syntax and deprecation doesn't come in until Neo4j 5.23. While I appreciate these warnings, if I'm targeting an earlier version I shouldn't be shown them (or if I am, they should be less intrusive). The yellow warning highlighting my entire CALL block is quite distracting.
I suggest either adding a setting that allows me to set a target or, when I add a database connection, it sets the target version to the database I'm connected to.
Thanks for all the great work!
The text was updated successfully, but these errors were encountered:
Hey @mcclown, sorry for the delay coming back to you, I will try and monitor these issues better:
As a first step we will add an option in VSCode that allows you to disable all of the errors.
Right now no matter what database version you are connected to, we always use the latest language server, it's in our roadmap to pick the right language server for the version of neo4j you are connected to, so I'll look into that.
In VSCode I get warnings like the following
This is great and often helpful but if I'm targeting a database running Neo4j 5.19 and this new syntax and deprecation doesn't come in until Neo4j 5.23. While I appreciate these warnings, if I'm targeting an earlier version I shouldn't be shown them (or if I am, they should be less intrusive). The yellow warning highlighting my entire CALL block is quite distracting.
I suggest either adding a setting that allows me to set a target or, when I add a database connection, it sets the target version to the database I'm connected to.
Thanks for all the great work!
The text was updated successfully, but these errors were encountered: