From 1705a03d7bdd30e1ce1f622f3d4758b66ddc545e Mon Sep 17 00:00:00 2001 From: Doeke Wartena Date: Sun, 8 Mar 2026 10:13:12 +0100 Subject: [PATCH] Update README.md It's always Adapters (plural) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e0e12d..c20f405 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/ This project attempts to match Visual Studio Code's Debugger fairly closely so their documentation can be pretty helpful. See [https://code.visualstudio.com/docs/editor/debugging](https://code.visualstudio.com/docs/editor/debugging) ## Debuggers -This project comes with some pre-configured debuggers (They can be installed using ```Debugger: Install adapters```) +This project comes with some pre-configured debuggers (They can be installed using ```Debugger: Install Adapters```) ##### LLDB - See https://github.com/vadimcn/vscode-lldb @@ -52,7 +52,7 @@ This project comes with some pre-configured debuggers (They can be installed usi - Open the debug panel - from the command palette `Debugger: Open` -- Install a debug adapter by running: ```Debugger: Install adapter``` from the command palette. +- Install a debug adapter by running: ```Debugger: Install Adapters``` from the command palette. - Add a configuration ```Debugger: Add Configuration``` from the command palette (or add one manually, see below). - Configurations are added to `debugger_configurations` to your sublime-project and use the same configuration format as Visual Studio Code