Skip to content

Commit

Permalink
remove format setting from package.json (golang#3223)
Browse files Browse the repository at this point in the history
Change-Id: I38114cf28e5b0151266b0a0b62cd3ef9f85c7361
  • Loading branch information
stamblerre authored May 7, 2020
1 parent 92fd305 commit 12fd44a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,11 +1110,6 @@
"go.languageServerExperimentalFeatures": {
"type": "object",
"properties": {
"format": {
"type": "boolean",
"default": false,
"description": "If true, gofmt is used by the language server to format files."
},
"diagnostics": {
"type": "boolean",
"default": true,
Expand All @@ -1127,7 +1122,6 @@
}
},
"default": {
"format": true,
"diagnostics": true,
"documentLink": true
},
Expand Down

0 comments on commit 12fd44a

Please sign in to comment.