Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Remove note on codeActionsOnSave as it is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Apr 30, 2019
1 parent 778b770 commit 30cedbb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ Below are the settings you can use to control the use of the language server. Yo
```
- Set `"go.languageServerFlags": ["-logfile", "path to a text file that exists"]` to collect logs in a log file.
- Set `"go.languageServerFlags": ["-rpc.trace"]` to see the complete rpc trace in the output panel (`View` -> `Output` -> `gopls`)
- To enable adding missing imports or removing unused imports on file save, add the below to your settings
```json
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}

```
Expand Down

0 comments on commit 30cedbb

Please sign in to comment.