-
Notifications
You must be signed in to change notification settings - Fork 551
SqlToolsService Known Issues
Report issues to Github Issue Tracker and let us know any details that will help reproduce the error. Please leave a comment on existing issues so we can gauge how frequently those problems are occurring.
-
The mssql extension process may crash due to a bug in the product. It requires to restart VS Code to recover. Before restarting VS Code, please save your files.
-
Installation Prerequisites: this extension requires the user to install some components needed by .Net Core applications, since this is used for connectivity to SQL Server.
-
For Mac OS, see OpenSSL requirement on macOS
-
For Windows 8.1, Windows Server 2012 or lower, see Windows 10 Universal C Runtime requirement
-
-
Process is terminated due to StackOverflowException.
- There is a bug in the SQL Parser which can be triggered by certain T-SQL syntax. Please disable diagnostics if you hit this issue using the following user setting "mssql.intelliSense.enableErrorChecking": false.
- Tracking this with issue https://github.com/Microsoft/vscode-mssql/issues/340
-
Connection profiles are not loaded from user settings for Visual Studio Code - Insiders
- Workaround: store connection profiles in the user settings file used by the Stable build of Visual Studio Code (documented here)
- Tracking this with issue https://github.com/Microsoft/vscode-mssql/issues/340
Want to contribute to the MSSQL extension?
-
Discussions – Share feedback and discuss potential improvements.
-
Report bugs – Help us identify and fix issues.
-
Suggest new features – Propose enhancements and new capabilities.
- Home
- Roadmap
- Getting started tutorial
- Customize keyboard shortcuts
- Customize extension options
- Manage connection profiles
- Operating Systems
- Contributing
- Usage reporting
- Enable Integrated Authentication on macOS and Linux using Kerberos
- OpenSSL configuration (Mac Only)
- Pre-Windows 10 pre-requisite
- Troubleshooting
- Collecting logs
- Releases