Gleb Buzin

Results 19 issues of Gleb Buzin

Related #2. - [ ] Play with [sqlint](https://github.com/joe-re/sql-language-server/tree/release/packages/sqlint) API (only CLI is documented).

feat

https://code.visualstudio.com/updates/v1_68#_find-match-background-color

enhancement

Because `keyword.control` color overrides `import` color.

bug

.. thus `return` keywords can't be colored in red without coloring the rest of keywords like `if` and `for`.

wontfix

![Screenshot_20220610_190143](https://user-images.githubusercontent.com/71007493/173105900-1ca1e9d2-1a72-40a3-97e8-53596a6d2b10.png)

enhancement

Namespace operators (`::`) and dot operators are colored in orange, while in other languages they are colored as punctuation (in blue). ![Screenshot_20220608_022753](https://user-images.githubusercontent.com/71007493/172500154-a9463bf2-c0bd-4798-855c-ce3faa99a7d0.png)

wontfix

I'm working on a large project that has extensive test coverage. My main issue is when I want to debug something - I almost always want to debug using launch.json...