From bfe3564d9e49a55372fffb036a9b2055e410bc17 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 18 Dec 2025 12:18:54 -0800 Subject: [PATCH] fix: clarify path format of runinterminalrequest with URIs Closes #540 --- debugAdapterProtocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugAdapterProtocol.json b/debugAdapterProtocol.json index 150d8da..9711b92 100644 --- a/debugAdapterProtocol.json +++ b/debugAdapterProtocol.json @@ -768,7 +768,7 @@ }, "cwd": { "type": "string", - "description": "Working directory for the command. For non-empty, valid paths this typically results in execution of a change directory command." + "description": "Working directory for the command. For non-empty, valid paths this typically results in execution of a change directory command. If `pathFormat` is set to `uri` in the `InitializeRequestArguments`, this should be a file URI." }, "args": { "type": "array",