-
Notifications
You must be signed in to change notification settings - Fork 459
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 macOS, version 10.12 "Sierra" or greater is required for new features such as Integrated Authentication. If you are using "El Capitan" or an earlier version, you will need to meet the OpenSSL requirement on macOS and the 1.0 version of the SqlToolsService will be used as this still supports these versions.
-
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/242
- Getting started tutorial
- Enable Integrated Authentication on macOS and Linux using Kerberos
- Manage connection profiles
- Customize keyboard shortcuts
- Customize extension options
- Contributing
- Usage reporting
- OpenSSL configuration (Mac Only)
- Pre-Windows 10 pre-requisite
- Troubleshooting
- Operating Systems
- Releases