-
Notifications
You must be signed in to change notification settings - Fork 465
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
command 'extension.runQuery' not found, #1087
Comments
I don't have the dropdown option for SqlToolsService in my Output console. I waited 8 minutes after starting VSCode but it never came up. In Output under Log(Extension) option I see this though: Does that mean the extension won't start properly? |
I'm having the same issue |
I have the same problem. None of the MS SQL commands are working. Tried reinstalling both the extension and VS Code to no avail. |
I just upgraded to 1.22.2 and have the same issue with the same Output text. |
We've seen this reported before but haven't been able to track it down yet. In the meantime for those of you who aren't having success reinstalling, can you try the workaround a user posted in a previous discussion about this issue:
|
@MattIrv That fixed it! |
HI, I know this is a closed discussion, but the other solutions didn't work for me. What did work was opening up the VSCode Keyboard shortcuts JSON file (should be a button on the upper-right side of the keyboard bindings window. There's a screenshot below for reference.) and then I updated the runQuery command from "extension.runQuery" to "mssql.runQuery." Version and OS: VSCode 1.42.1; Windows 10 10.0.16299 Screenshot from Microsoft site: |
Along the same lines as @MarkMoretto's solution - I experienced this issue and resolved it by removing duplicated key bindings for "ctrl+shift+e", which was mapped both to extension.runQuery and MS SQL: Execute Query (the former was removed and the latter retained). |
This problem has re-emerged since restarting after latest update. Version: 1.68.1 (user setup) In my Keyboard shortcuts: Ctrl+Shift+E : MS SQL: Execute Query [mssql.runQuery] |
This issue appeared again in latest version of
[ERROR] TypeError: Cannot read properties of undefined (reading 'getProxyAgentOptions') Going back to previous version (V1.19.1) fixed the problem |
@A154858 That's a separate issue, see #17755 for details. We will be releasing a version with a fix here shortly so keep an eye out for that! |
VSCode About:
Version 1.22.1
Commit 950b8b0d37a9b7061b6f0d291837ccc4015f5ecd
Date 2018-04-06T02:26:57.615Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Installed Extensions:
ESLint 1.4.8
mssql 1.3.1
Steps to Reproduce:
EXPECTED
ACTUAL
NOTE: This was working just last week. I've updated VSCode since then, now it doesn't work. I tried uninstalling and re-installing the mssql extension and I tried uninstalling my ESLint extension, neither worked.
The text was updated successfully, but these errors were encountered: