Anton Kastritskii

Results 78 comments of Anton Kastritskii

Solved by #30 And released in [v1.4.1](https://github.com/antonk52/cssmodules-language-server/releases/tag/v1.4.1) Solid job debugging the root issue and contributing a fix for it 💪

Hello. Can you please expand on what is meant by "virtual environment"? Flipper requires idb and idb-companion available in $PATH to work with ios devices.

Thanks for sharing. Flipper checks idb_companion by running `which idb_companion`. Is `/opt/homebrew/bin` present in your $PATH? https://github.com/facebook/flipper/blob/1246c8b6f9376acc8c05fcaf8e3a2fc8a0aa2163/desktop/flipper-server/src/doctor/index.tsx#L209-L211

Hello and thank you for suggestion. While I agree this makes since in a subset of scenarios. This was a conscious decision to be compatible with cosmiconfig https://github.com/cosmiconfig/cosmiconfig/blob/42ca3fab6d6ae593a895c0fe4e2a5f6b297e6361/src/types.ts#L24-L31

I've given this more thought and I think this is a good idea. I will release a new minor version where a new option like `skipFileContent` will be added. Thank...

Should this include the problem / solution boilerplate? Maintainers seem to use this a lot and I saw a few PRs where contributors were asked to update the description to...

As it is already pointed out biome is also written in rust and has a language client available as a subcommand of its CLI. The LS implementation can be checked...

I've just published to npm a prototype that works good enough for me. It is quite similar code wise to the current vscode plugin. Hopefully this helps. https://github.com/antonk52/lua-3p-language-servers

This applies to all configurations for npm projects in this repository and is not unique to tailwindcss configuration. Fixing this in `insert_package_json` util function is likely the right place to...

Can you please expand on why this change is needed? lspconfig is in process of moving away from the `lspconfig[name].setup` interface in favour of builtin `vim.lsp.config`. This server can already...