-
Notifications
You must be signed in to change notification settings - Fork 10
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
Anaylizer does not work in vscode #38
Comments
... just found in the Output terminal the error messages, which seem to be the same case as reported in #37 :
... sorry, did not check thoroughly beforehand! |
Duplicate of #37 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi, we would love to use the Analyzer along with Npgsql.FSharp for query syntax check, however cannot have it work following the instructions. We are using vscode with the Ionide-fsharp extension.
Attaching the code: NpgsqlFSharp.zip ... where we've checked the following:
NPGSQL_FSHARP
, where the connection string was placed, in the root directoryNpgsqlFSharpAnalyzer
in a specialized group Analyzers; checked that analyzer packages were downloaded physically in thepackages/analyzers
directory.vscode/settings.json
Expected behavior
Edit the query with invalid table name etc., expected to get error highlighting; but there were no query syntax check (see screenshot below).
Versions
dotnet --info
The text was updated successfully, but these errors were encountered: