Expand configured extension directories from settings.json (#480)

* Expand configured extension directories

* Extract resolveExtensionEntries helper for directory resolution

* Update CHANGELOG for extension directory resolution
This commit is contained in:
Prateek Sunal 2026-01-06 05:12:02 +05:30 committed by GitHub
parent 1922db81a2
commit 132ff1e7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 60 additions and 24 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Changed
- Configured extension directories now respect `package.json` manifests: when a directory is specified in `settings.json` extensions array, it now checks for `pi.extensions` in `package.json` first, then falls back to `index.ts`/`index.js`
## [0.37.1] - 2026-01-05
### Fixed