Frei Bjerkestrand

Results 2 comments of Frei Bjerkestrand

I fixed it by using the SSR import instead of the normal one proposed by autocomplete. @shreyas-aw @danihml-triibo @anu2308 ```ts // import { ArrowDown } from '@phosphor-icons/react' import { ArrowDown...

This fixed it for me: Override path for the biome binary: https://biomejs.dev/reference/vscode/#biomelspbin in VSCode global `settings.json` ```json "biome.lsp.bin": "/opt/homebrew/bin/biome", ```