| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.
It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.
Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
location.
|
| |
|
|
| |
The latest biome release added support for css files:
https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0
|
| | |
|
| |
|
| |
https://biomejs.dev/blog/biome-v1-6/#support-for-biomejsonc
|
| |
|
|
|
|
|
| |
Closes #2980
This PR adjusts the configuration for the biome LSP to only attach if there is an existing biome.json found.
This helps prevent conflicts in ESLint projects since biome would attach and start providing diagnostics and would format files which could conflict with the ESLint/Prettier rules that are defined.
|
|
|
* feat: add `biome` (`rome` successor)
* fix: add jsonc support for biome
biome recently added support for jsonc https://biomejs.dev/blog/biome-v1#jsonc-support-and-comments
* fix: leftover reference to `rome`
|