yaegassy

Results 8 issues of yaegassy

## Description The other day, version 3 of tailwindcss was officially released. The current coc-tailwindcss does not seem to be able to use v3 properly and comfortably. :( I created...

## Description To edit css-related files, it is convenient to use `coc-css`. A language server with `vscode-css-languageservice` feature is started. However, this language server has some minor problems, such as...

## Description There is a custom command to output debugging information in "vetur" (`vls`). The command name is `vetur.showDoctorInfo`. I've ported `vetur.showDoctorInfo` to `coc-vetur`. ## Related code - - -...

I added the missing `ansible.completion.*` based on the ALS documentation. - `ansible.completion.provideRedirectModules` - `ansible.completion.provideModuleOptionAliases` If for some reason vscode-ansible is not intentionally adding `ansible.completion.*` settings, please close this PR.

bug

## Describe the bug It seems that input completion and other functions that worked fine in `v1.8.2` and earlier no longer work in `v1.9.x`. Some methods do not appear in...

## Description One thing is bothering me about `nginx-language-server`. The completion doesn't seem to work unless the file has at least "one line" or a string like `a;`. Is this...

Description ------------------------------------------------------- I'd like to use the `Django HTML` and `Jinja(jinja2)` formats in "unibeautify cli". "Beautifier not found: Pretty Diff" is displayed. ``` $ ./node_modules/.bin/unibeautify -l HTML check.html Beautifier not...

## Repro Prepare ``` cd /tmp laravel new lvlint-error-check cd /tmp/lvlint-error-check composer require laravel/breeze --dev php artisan breeze:install # package composer require --dev bdelespierre/laravel-blade-linter # phar curl -LO https://github.com/bdelespierre/laravel-blade-linter/releases/download/v1.6.0/laravel-blade-linter.phar chmod...