Skip to content

Commit

Permalink
Merge pull request #699 from miguelduarte42/master
Browse files Browse the repository at this point in the history
Added instructions to disable safe write in the WebStorm IDE
  • Loading branch information
SpaceK33z authored Jan 21, 2017
2 parents 70312e8 + 7cd6cb3 commit 06e2c3a
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 06e2c3a

Please sign in to comment.