Skip to content

Commit

Permalink
Remove terraform.languageServer.trace.server
Browse files Browse the repository at this point in the history
This removes the terraform.languageServer.trace.server setting. This setting is not used by the extension or terraform-ls.

Removing it entirely does not break anything, it will just be grayed out in the JSON file and won't show at all in the UI. If a user hovers over the setting in the JSON file, they'll be given a general message that the setting is no longer used.
  • Loading branch information
jpogran committed Apr 13, 2022
1 parent dda20fc commit 2b9daae
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,6 @@
"default": 100,
"description": "Controls the maximum number of problems produced by the server.",
"deprecationMessage": "Deprecated: This setting is not used by the extension and will be removed in a future release"
},
"trace.server": {
"scope": "window",
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VS Code and the language server."
}
},
"default": {
Expand All @@ -216,8 +205,7 @@
"args": [
"serve"
],
"maxNumberOfProblems": 100,
"trace.server": "off"
"maxNumberOfProblems": 100
}
},
"terraform.languageServer.ignoreSingleFileWarning": {
Expand Down

0 comments on commit 2b9daae

Please sign in to comment.