Skip to content
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

Feature request: option to default to None for SQL handler #1749

Closed
eksortso opened this issue Sep 16, 2020 · 2 comments
Closed

Feature request: option to default to None for SQL handler #1749

eksortso opened this issue Sep 16, 2020 · 2 comments

Comments

@eksortso
Copy link

This is a request to add an option that would allow the default handler for new and opened SQL files to be none.

I work with several different flavors of SQL, including SQL Server, and this extension is still useful for working with the others that a deal with on a regular basis. However, I always have to use mssql.chooseLanguageFlavor to turn off the errors when I work with a different flavor of SQL. I have key bindings to speed this up, but I'd like to request an option to have the SQL Language default be None instead of MSSQL.

My current configuration:

  • MSSQL Extension Version: 1.9.0
  • VSCode Version: 1.49.0 (user setup)
  • OS Version: Windows_NT x64 10.0.18362
@eksortso
Copy link
Author

I've discovered a setting that does basically the same thing. It may be overkill, especially if you have some SQL files worth checking and some that are not.

    "mssql.intelliSense.enableErrorChecking": false

I'll keep the ticket open. The above works in my case but won't work for everyone.

Latest configuration:

  • MSSQL Extension Version: 1.10.1
  • VSCode Version: 1.57.1 (user setup)
  • OS Version: Windows_NT x64 10.0.19042

@Benjin
Copy link
Contributor

Benjin commented Nov 8, 2024

Closing as duplicate of #801 since that has the most chatter. Please continue discussion over there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants