Closed PorcoRosso85 closed 2 months ago
Hi @PorcoRosso85 sqlx server? you mean sqls?
Hi @PorcoRosso85 sqlx server? you mean sqls?
Sorry.
Yes, as you think. I wanted to ask 'sqls'.
I think this feature would be even more useful because we will no longer need to Reload Window
. Reload Window
take a long time and it's annoying to wait for it.
I think a better way to achieve this would be to create a dedicated vscode command or monitor the sqls config file.
Contributions are welcome.
Thanks @PorcoRosso85 for the feature suggestion.
Hi. I'm following updates of this extension.
In addition to this question, how about restarting 'sqlsurge' itself? Do you have any plan?
@PorcoRosso85 OK! I'll implement to restart sqls language server.
Thanks.
Also sqlsurge? not only sqls
I guess sqlsurge does not need to restart. sqlsurge does not use global storage or such as cache. If it looks like sqlsurge will need to be restarted, I'll consider it again.
Sorry if I misunderstand. I was thinking that we should restart sqlsurge to check whether sqlsurge has connected or searched sqls successfully. We don't have to restart?
@PorcoRosso85 You are not wrong.
we should restart sqlsurge to check whether sqlsurge has connected or searched sqls successfully.
It's Yes, we do not have any methods to check that except for Reload Window
.
I am trying to implement a VS Code command that immediately checks whether sqls has connected successfully.
now you can get sqlsurge.restartSqlLanguageServer
command in v0.5.8 :rocket:
Hi.
Does yours have this feature?
OR Do you have plan to add this?