From 78bbf8be8370667b0162709b684762bc1e6c7c14 Mon Sep 17 00:00:00 2001 From: chubei-oppen <31505943+chubei-oppen@users.noreply.github.com> Date: Thu, 18 Nov 2021 12:12:39 +0800 Subject: [PATCH] Update CONTRIBUTING.md The `debugAdapterPath` option should be set to `debugpy/src/debugpy/adapter` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d54421c..41b0fd78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ To test integration between debugpy and Visual Studio Code, the latter can be di ```json5 { "type": "python", - "debugAdapterPath": ".../debugpy/src/debugpy", + "debugAdapterPath": ".../debugpy/src/debugpy/adapter", ... } ```