diff --git a/src/debugAdapter2/README.md b/src/debugAdapter2/README.md index 2c53ce6512..f0ca4fb753 100644 --- a/src/debugAdapter2/README.md +++ b/src/debugAdapter2/README.md @@ -1,6 +1,6 @@ # Debug Adapter This debug adapter is experimental, in-development code. If you -actually need to debug Go code, please use the default adapter. +actually need to debug Go code, please use the default adapter ("type": "go"). See the [contribution documentation](../../docs/contributing.md) to learn how to develop the debug adapter.