Add Nushell support to venv activation

This commit is contained in:
Joseph T. Lyons 2023-10-01 23:38:30 -04:00
parent f011a3df52
commit e5e63ed201
3 changed files with 3 additions and 1 deletions

View file

@ -361,7 +361,7 @@
".venv",
"venv"
],
// Can also be 'csh' and 'fish'
// Can also be 'csh', 'fish', and `nushell`
"activate_script": "default"
}
}