Skip to content

Commit 7cd6cb3

Browse files
Added instructions to disable safe write in the WebStorm IDE
1 parent 70312e8 commit 7cd6cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/guides/development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Each editor has a different way of disabling this. For the most common ones:
1818
* **Sublime Text 3** - Add `"atomic_save": false` to your user preferences.
1919
* **IntelliJ** - use search in the preferences to find "safe write" and disable it.
2020
* **Vim** - add `:set backupcopy=yes` in your settings.
21+
* **WebStorm** - uncheck `Use "safe write"` in Preferences > Appearance & Behavior > System Settings
2122

2223
## Source Maps
2324

0 commit comments

Comments
 (0)