Setup
- Windows 11 Pro
- Nushell 0.111.0
- VSCodium 1.110.11631
- Nushell extension 2.0.4 (same behaviour on this and the release version)
Environment
I have a suite of Docker images containing Nu scripts, grouped into modules.
In the VSCodium workspace config I have various 'nushellLanguageServer.includeDirs' defined to import modules into the source for each Docker image.
Error
Switching on today to update one of my images I noticed the following:
The files / modules all exist and have correct mod.nu etc, and the image runs fine, so I am assuming this is an issue with the extension? I have switched trace on in the extension settings and don't see anything useful in there. It feels like the include directories are no longer being included by the extension / LSP?
Unfortunately both Nushell and VSCodium have had updates since I last worked on the project.
Setup
Environment
I have a suite of Docker images containing Nu scripts, grouped into modules.
In the VSCodium workspace config I have various 'nushellLanguageServer.includeDirs' defined to import modules into the source for each Docker image.
Error
Switching on today to update one of my images I noticed the following:
The files / modules all exist and have correct mod.nu etc, and the image runs fine, so I am assuming this is an issue with the extension? I have switched trace on in the extension settings and don't see anything useful in there. It feels like the include directories are no longer being included by the extension / LSP?
Unfortunately both Nushell and VSCodium have had updates since I last worked on the project.