vscode integration - rtCamp/Frappe-Manager GitHub Wiki

VSCode Integration

The fm code <sitename> command integrates VSCode with your Frappe development environment.

Features

  • Opens VSCode and attaches it to the container
  • Enables full-featured IDE development
  • Comes with default extensions
  • Additional extensions can be installed using the --extension/-e flag

Running Bench Commands in VSCode

  1. Make sure you have used fm code <sitename>
  2. Ensure you are in the Bench environment directory
  3. You can run Bench commands directly in the VSCode terminal

Restarting Frappe Dev Server in VSCode

Simply run bench restart in the VSCode terminal.

⚠️ **GitHub.com Fallback** ⚠️