Skip to content

Commit

Permalink
Remove terraform.languageServer.requiredVersion (#1021)
Browse files Browse the repository at this point in the history
This was deprecated in 3668713 and the usage was removed in 2a38881. This no longer needs to be in the extension.
  • Loading branch information
jpogran authored Mar 30, 2022
1 parent 6e391cd commit 8e285c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@
],
"default": "off",
"description": "Traces the communication between VS Code and the language server."
},
"requiredVersion": {
"type": "string",
"description": "The required version of the Language Server described as a semantic version string, for example '^2.0.1' or '> 1.0'. Defaults to latest available version.",
"deprecationMessage": "Deprecated: A platform specific Language Server binary will be bundled with the extension in a future release. If you wish to use a different version than the one shipped with the extension, use terraform.languageServer.pathToBinary"
}
},
"default": {
Expand Down

0 comments on commit 8e285c2

Please sign in to comment.