Skip to content

Commit

Permalink
Automatically disable language service when non T-SQL sql language is…
Browse files Browse the repository at this point in the history
… detected (#2438)

* langauge service switch start

* T sql detection function done

* updated count

* make it case insensitive

* more updates

* removed extra function

* finished language service switch

* added tests and removed some common object name keywords

* added tests; they got left out of my last commit

* organized keyword list

* trimmed down words list

* moved tests to correct file, and made tests cleaner

* added one more test case

* addressed pr commens

* trimmed word list down

* do not check identifiers for non sql text

* added tests

* fixed pr comments

* cfixed imports

* separated file path test and regular tests

* updated tests

* clened up tests

* added cs proj file

* pr comment
  • Loading branch information
laurennat authored Jan 24, 2025
1 parent 92d475b commit 89cd8f7
Show file tree
Hide file tree
Showing 6 changed files with 18,351 additions and 25 deletions.
Loading

0 comments on commit 89cd8f7

Please sign in to comment.