hinell

Results 170 comments of hinell

Please, specify your operating system. There might be issues with path slash delimiters...

Drop `Lua.` prefix if you are using `.luarc.json` and try again.

It would be nice to have `--dump-config` flag, just like one we have for `clang-tidy`: ```sh $ clang-tidy --dump-config ... $ clangd --dump-config # Fails in `v12` ``` I think...

Stylua already supports `.editorconfig`. Any progress on this?

> I am sorry for not supporting it more Nothing to be sorry about. You made a great job we all appreciate. If it's ever used in any commercial project...

Btw. If you don't maintain this project often, you can make a notices at the top of REDME.md so users will quickly get idead whether to use it or not....

@andry81 I wasn't talking about creating a parser by using CMake language. I was talking about implementation of a "parser" written in C++ that cmake uses to parse its `CMakeListst.txt`....

I can also can confirm that it breaks `emmet`, `javascript` and `snippet` assistance functions.

So far, it seems that it breaks a whole range of things: - `script` intellisense - no separate issue - `style` intellisense #18 - ~emmet~ - #7 - there is...

There is alternative for it `git clone --no-tags --depth 1 --single-branch --branch=main `