Biome: Difference between revisions

Troubleshooting: Dynamic linking error in Biome LSP
 
fix syntaxhighlight error
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[https://github.com/biomejs/biome Biome] is a fast formatter and performant linter for [[JavaScript]], TypeScript, JSX, JSON, CSS and GraphQL.
== Troubleshooting ==
== Troubleshooting ==


Line 4: Line 6:
Logged in <code>/home/incogshift/.local/state/nvim/lsp.log</code>:
Logged in <code>/home/incogshift/.local/state/nvim/lsp.log</code>:


<syntaxhighlight lang="log" line>
<syntaxhighlight lang="text" line>
[ERROR] Could not start dynamically linked executable [...] NixOS cannot run dynamically linked executables intended for generic\nlinux environments out of the box [...]
[ERROR] Could not start dynamically linked executable [...] NixOS cannot run dynamically linked executables intended for generic\nlinux environments out of the box [...]
</syntaxhighlight>
</syntaxhighlight>
Line 54: Line 56:


Reference for similar issues: [https://stackoverflow.com/a/78215911/27134695 Stack Overflow]
Reference for similar issues: [https://stackoverflow.com/a/78215911/27134695 Stack Overflow]
[[Category:JavaScript]]