Microsoft/vscode

Allow users to select using `typescript.tsserver.nodePath` after dismissing modal dialog

Open

#247.088 aberto em 22 de abr. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (10.221 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

Currently, for "security" reasons, VS Code will show a modal dialog prompt to users when a custom tsserver node path is specified in workspace or user settings (see https://github.com/microsoft/vscode/issues/200923 for more details). If a user dismisses this dialog the UI offers no mechanism for users to change their mind and switch between node paths.

Feature request: Similar to typescript.tsdk (screenshot below), allow users to change their typescript.tsserver.nodePath via the UI by offering a TypeScript: Select node path... command in the command palette.

Image

If the VS Code team is onboard with this change my team would be happy to contribute it. Thanks!

Guia do colaborador