Skip to content

Commit 553fda5

Browse files
authored
Update CHANGELOG.md
1 parent a1b5bb2 commit 553fda5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.29.0 (Unreleased)
22

3+
NOTES / BREAKING CHANGES:
4+
5+
- `rootModulePaths` option was deprecated and is ignored. Users should instead leverage the workspace LSP API and add the folder to a workspace, if they wish it to be indexed ([#1003](https://github.com/hashicorp/terraform-ls/pull/1003))
6+
- `excludeModulePaths` option was deprecated in favour of `indexing.ignorePaths`. `excludeModulePaths` is now ignored ([#1003](https://github.com/hashicorp/terraform-ls/pull/1003))
7+
- `ignoreDirectoryNames` option was deprecated in favour of `indexing.ignoreDirectoryNames` ([#1003](https://github.com/hashicorp/terraform-ls/pull/1003))
8+
39
ENHANCEMENTS:
410

511
- Replace internal watcher (used for watching changes in installed plugins and modules) with LSP dynamic capability registration & `workspace/didChangeWatchedFiles`. This should leave to improved performance in most cases. ([#953](https://github.com/hashicorp/terraform-ls/pull/953))
@@ -13,6 +19,7 @@ ENHANCEMENTS:
1319
- walker: Index uninitialized modules ([#997](https://github.com/hashicorp/terraform-ls/pull/997))
1420
- Recognize inputs and outputs of uninitialized local modules ([#598](https://github.com/hashicorp/terraform-ls/issues/598))
1521
- Enable go to module output declaration from reference ([#1007](https://github.com/hashicorp/terraform-ls/issues/1007))
22+
- settings: New option `indexing.ignorePaths` was introduced ([#1003](https://github.com/hashicorp/terraform-ls/pull/1003))
1623

1724
BUG FIXES:
1825

0 commit comments

Comments
 (0)