Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.35 KB

File metadata and controls

65 lines (46 loc) · 2.35 KB

Support

Need help with the Brainfile VSCode extension? Here are your options:

Documentation

Community Support

GitHub Discussions

Ask questions, share ideas, and connect with other users:

GitHub Issues

Report bugs or request features:

Related Tools

Contributing

Want to help improve Brainfile?

Quick Links

Common Issues

Extension not activating

Make sure you have a brainfile.md file in your project root. The extension activates automatically when it detects this file.

Tasks not appearing

Check that your YAML frontmatter is valid. Use the @brainfile/cli lint command to validate:

npx @brainfile/cli lint

Changes not syncing

The extension watches for file changes. If you're editing externally, make sure the file is saved and VSCode has focus.

Need More Help?

Open an issue on GitHub with:

  • Your VSCode version
  • Extension version
  • A minimal example of your brainfile.md
  • Steps to reproduce the problem
  • Any error messages from the Output panel (View → Output → Brainfile)