jkj2000
jkj2000

Reputation: 1593

Modify an existing file watcher in webstorm 9?

I have the default WebStorm file watcher running on our coffeescript files. I can disable file watchers in the general settings section of WebStorm, but I can't find where I can modify the coffeescript watcher itself, to pass an extra parameter to it?

Upvotes: 0

Views: 28

Answers (1)

lena
lena

Reputation: 93728

Preferences/Tools/File Watchers (or Settings/Tools/File Watchers if you are on Windows/Linux), select 'CoffeeScript' file watcher on the left, open it for editing, modify Arguments field accordingly

Upvotes: 2

Related Questions