From 7711e622829d858501cb0de58a8817c97449a377 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 22:04:52 +0000 Subject: [PATCH 1/2] Initial plan From 204682af2e41f60001487d97d870424939fc26c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 22:08:11 +0000 Subject: [PATCH 2/2] Switch TypeScript LSP convention to launch through npx Agent-Logs-Url: https://github.com/Faithlife/CodingGuidelines/sessions/2a60e134-2e18-4699-91e9-ed88d01f3f34 Co-authored-by: bgrainger <188129+bgrainger@users.noreply.github.com> --- conventions/copilot-lsp-typescript/convention.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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