Skip to content

Commit 25734e2

Browse files
committed
Move README disclaimer to the right place
1 parent a547234 commit 25734e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/debugAdapter/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# Debug Adapter
22

3-
This debug adapter is experimental, in-development code. If you
4-
actually need to debug Go code, please use the default adapter.
5-
63
See the [contribution documentation](../../docs/contributing.md) to learn how to develop the debug adapter.

src/debugAdapter2/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Debug Adapter
22

3+
This debug adapter is experimental, in-development code. If you
4+
actually need to debug Go code, please use the default adapter.
5+
36
See the [contribution documentation](../../docs/contributing.md) to learn how to develop the debug adapter.

0 commit comments

Comments
 (0)