github-desktop/docs/contributing/tooling.md
Brendan Forster 251859fce3 tidy up docs
2017-08-14 13:41:41 +10:00

1.2 KiB

Tooling Support for GitHub Desktop

Atom

Recommended packages:

Visual Studio Code

The Desktop repository includes a list of recommended extensions:

  1. Select the Extension view, select Show Workspace Recommended Extensions from the dropdown menu
  2. Install all the extensions

Debugging

Chrome

  1. Run the command npm start
  2. Open Chrome Dev Tools

React Dev Tools should automatically install itself on first start. If you would also like to use Devtron, run the command require('devtron').install() inside of the console in Chrome Dev Tools.