From a0020e6261331e76335e9a388dc1138063d8f0a9 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Fri, 8 Aug 2025 14:28:53 -0700 Subject: [PATCH] clarify: completion trigger characters Closes https://github.com/microsoft/debug-adapter-protocol/issues/547 --- debugAdapterProtocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugAdapterProtocol.json b/debugAdapterProtocol.json index 4f0878c..ecbe53c 100644 --- a/debugAdapterProtocol.json +++ b/debugAdapterProtocol.json @@ -3226,7 +3226,7 @@ "items": { "type": "string" }, - "description": "The set of characters that should trigger completion in a REPL. If not specified, the UI should assume the `.` character." + "description": "The set of characters that should automatically trigger a completion request in a REPL. If not specified, the client should assume the `.` character. The client may trigger additional completion requests on characters such as ones that make up common identifiers, or as otherwise requested by a user." }, "supportsModulesRequest": { "type": "boolean",