From 58d1ef3496ed20643ec6bb245ebdb2437d93ba17 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:06:40 +0300 Subject: [PATCH] Correct prerequisite uninstall command in README Update the uninstall instruction to reference the correct plugin name `csharp-lsp` instead of `csharp-ls`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 487b53a..28cc202 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Claude will read these instructions and configure everything automatically. ### Prerequisites -> **Important:** If you have the official `csharp-ls` plugin installed from the Claude Code store, you must completely uninstall it first: +> **Important:** If you have the official `csharp-lsp` plugin installed from the Claude Code store, you must completely uninstall it first: > ``` -> /plugin uninstall csharp-ls +> /plugin uninstall csharp-lsp > ``` - .NET SDK 8.0 or later