1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 15:17:47 +00:00

fix: update modules/virtual_environments/nu_msvs to work with nushell 0.91.0 (#784)

Fixed the `glob` related code as mentioned in title.
This commit is contained in:
neur1n 2024-03-11 10:25:44 +08:00 committed by GitHub
parent bc6273d971
commit 7fcbf543db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ A module for Using Microsoft Visual Studio (MSVS) command line tools from Nushel
## Prerequisites
- [nushell](https://github.com/nushell/nushell) >= 0.83.0
- [nushell](https://github.com/nushell/nushell) >= 0.91.0
- [vswhere](https://github.com/microsoft/vswhere) standalone or comes with VS