Make sure to use the Bun version specified in the project configs (e.g., .bun-version). Using a different Bun version can cause dependency issues or build failures, so aligning with the project's expected version is important.
Use the Biome extension in VS Code for formatting. This keeps everything consistent with the project’s style rules.
Also make sure to set Biome as the default formatter in your workspace settings. Otherwise, VS Code might use Prettier or the built-in formatter, which can cause formatting changes that aren’t expected by the project.