You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make npm run autocomplete work with workspaces (#8135)
PR makes `npm run` completion to take workspaces into account in case of
cwd is inside workspace dir it will autocompletes from `scripts` section
of nearest workspace's package.
Former behavoiur was to autocomplete everything from workspace root
package, it has no sense since when you are in workspace directory
script which will be suggested in such manner will not work. So there
was a mismatch between the script launch and the autocomplete hint
areas.
## References
Fixes [#7114](#7114)
0 commit comments