diff --git a/conventions/copilot-lsp-typescript/convention.yml b/conventions/copilot-lsp-typescript/convention.yml index 3c401d3..d8e1a1f 100644 --- a/conventions/copilot-lsp-typescript/convention.yml +++ b/conventions/copilot-lsp-typescript/convention.yml @@ -6,8 +6,8 @@ conventions: settings: servers: typescript: - command: typescript-language-server - args: [--stdio] + command: npx + args: [-y, typescript-language-server, --stdio] fileExtensions: .ts: typescript .tsx: typescriptreact