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
I have the following settings.json macros mysqlQueryAndCursorDown setting defined and associated keybindings.json keyboard shortcut in place to execute it. When i do the mysql.query command doesn't appear to be executed and the cursorDown step does.
Is there an issue here with how i defined the macros entry or perhaps something to do with macros extension execution of that mysql extension step?
I opened an issue on the mysql extension side of things cweijan/vscode-database-client/issues/840 and over there its being stated that this command works, as confirmed by the out of the box keyboard shortcut it provides, ctrl+enter, executing it as expected. Thinking is that perhaps macros extension is
I have the following settings.json macros
mysqlQueryAndCursorDown
setting defined and associated keybindings.json keyboard shortcut in place to execute it. When i do themysql.query
command doesn't appear to be executed and thecursorDown
step does.Is there an issue here with how i defined the macros entry or perhaps something to do with macros extension execution of that mysql extension step?
I opened an issue on the mysql extension side of things cweijan/vscode-database-client/issues/840 and over there its being stated that this command works, as confirmed by the out of the box keyboard shortcut it provides, ctrl+enter, executing it as expected. Thinking is that perhaps macros extension is
The text was updated successfully, but these errors were encountered: