Skip to content

Commit

Permalink
Fix breadcrumb trail for WebStorm/PhpStorm safe write setting (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mems authored and EugeneHlushko committed Jan 17, 2019
1 parent a6a27f2 commit c46a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ On some machines Vim is preconfigured with the [backupcopy option](http://vimdoc

### Saving in WebStorm

When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > Settings... > System Settings > Use "safe write" (save changes to a temporary file first)`.
When using the JetBrains WebStorm IDE, you may find that saving changed files does not trigger the watcher as you might expect. Try disabling the `safe write` option in the settings, which determines whether files are saved to a temporary location first before the originals are overwritten: uncheck `File > {Settings|Preferences} > Appearance & Behavior > System Settings > Use "safe write" (save changes to a temporary file first)`.

0 comments on commit c46a234

Please sign in to comment.