Skip to content

Commit

Permalink
Added instructions to disable safe write in the WebStorm IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelduarte42 committed Jan 21, 2017
1 parent 70312e8 commit 7cd6cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Each editor has a different way of disabling this. For the most common ones:
* **Sublime Text 3** - Add `"atomic_save": false` to your user preferences.
* **IntelliJ** - use search in the preferences to find "safe write" and disable it.
* **Vim** - add `:set backupcopy=yes` in your settings.
* **WebStorm** - uncheck `Use "safe write"` in Preferences > Appearance & Behavior > System Settings

## Source Maps

Expand Down

0 comments on commit 7cd6cb3

Please sign in to comment.