-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sqlfluff - Refactor and update the extension #50
Conversation
… parallel start overloading the cpu. Killing running process before running a new one. (cherry picked from commit dab6319)
02661d9
to
32885d3
Compare
@dorzey - would you be able to review this one? I'm afraid it's far beyond my JS-Fu. |
@RobertOstermann - if he's not able to review then I'll do my best in a few days time. Thanks for taking the time to put this together 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know VS code extensions, my JS knowledge is weak, and my TS knowledge is non-existent :-)
But did spot a couple of minor things.
Co-authored-by: Barry Pollard <barrypollard@google.com>
Co-authored-by: Barry Pollard <barrypollard@google.com>
…cuteInTerminal is true
@tunetheweb I have made the changes you requested. I also noticed a few more problems when looking through my code and testing the extension. I have fixed those issues in recent commits. |
Show notifications for templating/parsing errors. Default sqlfluff.ignoreParsing to false. Use the workingDirectory setting with the linter. Make process.ts a static class.
abe4c89
to
342db8f
Compare
This pulls in the changes from my
sqlfluff extended
extension.