Skip to content

Commit

Permalink
Deprecate terraform-ls.rootmodule and terraform-ls.excludeRootModules (
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Apr 14, 2022
1 parent 3e06a3e commit 4221830
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"type": "string"
},
"default": [],
"description": "Per-workspace list of module directories for the language server to read"
"description": "Per-workspace list of module directories for the language server to read",
"deprecationMessage": "Deprecated: This setting is not used by the extension and will be removed in a future release"
},
"terraform-ls.terraformExecPath": {
"scope": "resource",
Expand All @@ -245,7 +246,8 @@
"type": "string"
},
"default": [],
"description": "Per-workspace list of module directories for the language server to exclude"
"description": "Per-workspace list of module directories for the language server to exclude",
"deprecationMessage": "Deprecated: This setting is not used by the extension and will be removed in a future release"
},
"terraform-ls.ignoreDirectoryNames": {
"scope": "resource",
Expand Down

0 comments on commit 4221830

Please sign in to comment.