Skip to content

SqlToolsService Known Issues

Karl Burtram edited this page Nov 12, 2016 · 12 revisions

Fixed Issues

Report issues to Github Issue Tracker and provide your feedback.

Known Issues

  • 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.

  • Process is terminated due to StackOverflowException. There is a bug in the SQL Parser which can be triggered by some T-SQL syntax. Please disable diagnostics if you hit this issue using the following user setting "mssql.intelliSense.enableErrorChecking": false.

Clone this wiki locally