Skip to content

SqlToolsService Known Issues

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

If you've experienced a SQL Tools Service crash

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.

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

Clone this wiki locally