Brian Malehorn
Brian Malehorn
@bebbi, @suchipi I've wanted to fix this issue for a long time, so I took a go at fixing it: https://github.com/prettier/prettier/pull/6203 `.prettierignore` works just like I expected now, pretty much...
Another possible fix, specific to Postgres 12: https://github.com/ged/ruby-pg/issues/311
> Hey @bmalehorn, thanks a lot for jumping on this. I meant a dark FOREGROUND and a transparent background, much in the same way than the dark-mode-icon has a white...
Yeah, this is highly related to https://github.com/PyCQA/isort/issues/1895 and probably resolved by https://github.com/PyCQA/isort/pull/1900. It sounds like your specific issue is: 1. isort has a default ignore list, including `node_modules` 2. when...
Hi @EmilySeville7cfg, this extension is just a ~100 lines of code project I made to fix up a few syntax highlighting bugs, while a real LSP would be more like...
@KevinMGranger Thanks for the suggestion! I'll have to look into how other languages implement this, maybe the ruby language, which works without a language server. All of the syntax highlighting...
@EmilyGraceSeville7cf Ah thanks for noticing & filing the ticket. There seems to be a way to still provide word-based completion in addition to the new suggestions. This is what the...
@macintacos thanks for the bug report. 1. Could you try disabling the extension, reloading, and trying to reproduce the issue? In general I want to confirm it never happens when...
Hi @artemijan, thanks for the suggestion! To start out with, you can already get basic, word-based suggestions in vscode fish files: This is built-in to vscode and can be configured...
@wyuenho Yup, it seems fixed in that branch.