Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Version: 1.101.0 (user setup)
Commit: dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1
Date: 2025-06-11T15:00:50.123Z
Electron: 35.5.1
ElectronBuildId: 11727614
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
- Install Nushell using your environment's default package manager. On windows, I use
winget install Nushell.Nushell
- Add the following to your VSCode Settings to use NuShell as the default shell
"terminal.integrated.profiles.windows": {
"NuShell": {
"path": "C:\\Users\\saika\\AppData\\Local\\Programs\\nu\\bin\\nu.exe",
"name": "NuShell",
}
},
"terminal.integrated.defaultProfile.windows": "Nushell",
- Restart VSCode
- Open a new terminal. Suggest doesn't work
Pressing Ctrl+Space
brings up the autocomplete window but without suggestions:
- Open Powershell from the terminal selection and try there. Works!
<
6D64
!--$-->