Skip to content

Troubleshooting

Yuxiang Huang edited this page Jan 1, 2026 · 7 revisions

Committing Tips

If you aren't allowed to commit, try the following:

  1. Make sure you are using a conventional commit message.
  2. Run bun run check and try to fix the errors.
  3. If you believe the errors are not related to your code changes, try syncing with
    • git pull
    • bun run secrets:pull all all
    • bun run sync

Git Push Troubleshooting

If you clone a Git repository using SSH and your SSH key has a passphrase, VS Code's pull and sync features may hang when running remotely. Either use an SSH key without a passphrase, clone using HTTPS, or run git push from the command line to work around the issue.

Source: VS Code Remote Containers – Known Limitations

The easiest option is to run git push from command line outside the dev container.

Biome Formatter

If you are not able to use Biome as a formatter, you can try reloading the window or restarting the extension.

Clone this wiki locally