sublimelsp / LSP-biome

Biome LSP server for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop `biome.requireConfiguration`?

rchl opened this issue · comments

It looks like the vscode extension dropped support for biome.requireConfiguration:

biomejs/biome-vscode@c8daa72

Personally I kinda like it so not sure if we should follow...

here is the reason why they dropped it biomejs/biome-vscode#27 (comment)

I haven't realized that it doesn't work for us anymore either. I thought it was implemented through the code in plugin.py. In that case we should just remove it.

It looks like it requires glue code on the client
It looks like plugin.py dont have such code
So I guess we can just remove the setting