Changed "enablePlaceholders" to the correct "usePlaceholders"

Sean A. Pfeifer 2019-04-24 10:54:06 -07:00
parent b570cd55c9
commit ed637926b5

@ -23,7 +23,7 @@ Turning off both build and vet on save is useful to avoid duplicating diagnostic
},
},
"gopls": {
"enablePlaceholders": true, // add parameter placeholders when completing a function
"usePlaceholders": true, // add parameter placeholders when completing a function
"enhancedHover": true, // experimental to improve quality of hover (will be on by default soon)
}
```