8000 Terminal Integrated Suggest doesn't work with Nushell · Issue #252367 · microsoft/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Terminal Integrated Suggest doesn't work with Nushell #252367
@saikatdas0790

Description

@saikatdas0790

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:

  1. Install Nushell using your environment's default package manager. On windows, I use winget install Nushell.Nushell
  2. 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",
  1. Restart VSCode
  2. Open a new terminal. Suggest doesn't work

Image

Pressing Ctrl+Space brings up the autocomplete window but without suggestions:

Image

  1. Open Powershell from the terminal selection and try there. Works!

Image

Image

< 6D64 !--$-->

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugterminal-suggest

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0