Fix hiding of import patterns with globs (#487)

* Fix glob hiding

* Remove docs comment
This commit is contained in:
Jakub Žádník
2021-12-13 20:35:35 +02:00
committed by GitHub
parent 3701fd1d76
commit 930cb26e99
4 changed files with 6 additions and 11 deletions

View File

@ -306,7 +306,6 @@ It creates the `$config` variable using the module system.
## Known Issues
* Hiding from a module needs to be improved: https://github.com/nushell/engine-q/issues/445
* It might be more appropriate to use `$scope.modules` instead of `$scope.overlays`
## Future Design Ideas