File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -186,14 +186,16 @@ let g:go_fmt_options = {
186186### Goland
187187
1881881 . Go into the Goland settings and click "Tools" -> "File Watchers" then click the plus to create a new file watcher
189- 2 . Set the following properties and confirm by clicking OK :
189+ 2 . Set the following properties:
190190 - __ Name:__ ` golines `
191191 - __ File type:__ ` Go files `
192192 - __ Scope:__ ` Project Files `
193193 - __ Program:__ ` golines `
194194 - __ Arguments:__ ` $FilePath$ -w `
195195 - __ Output paths to refresh:__ ` $FilePath$ `
196- 3 . Activate your newly created file watcher in the Goland settings under "Tools" -> "Actions on save"
196+ 3 . In the "Advanced Options" section uncheck the __ Auto-save edited files to trigger the watcher__ setting
197+ 4 . Confirm by clicking OK
198+ 5 . Activate your newly created file watcher in the Goland settings under "Tools" -> "Actions on save"
197199
198200### Others
199201
You can’t perform that action at this time.
0 commit comments