From dbfd8f71f608f52247239d0f502c56227ee90e70 Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:39:51 -0500 Subject: [PATCH 1/2] Add deprecation and link to maintained fork to README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7240110..ecf88e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# AVM Debugger +# DEPRECATED + +This repository is no longer actively maintained and will be archived. Please use [algokit-avm-debugger](https://github.com/algorandfoundation/algokit-avm-debugger) going forward. -![GitHub Actions Workflow](https://github.com/algorand/avm-debugger/actions/workflows/ci.yml/badge.svg) -[![npm version](https://badge.fury.io/js/avm-debug-adapter.svg)](https://www.npmjs.com/package/avm-debug-adapter) ## Summary From a6f68b403f41694be086bceae6cbc8e4389cc6ed Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:47:49 -0500 Subject: [PATCH 2/2] Comply with prettier format. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ecf88e6..7f3b63e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ This repository is no longer actively maintained and will be archived. Please use [algokit-avm-debugger](https://github.com/algorandfoundation/algokit-avm-debugger) going forward. - ## Summary This repo contains an AVM debugger which adheres to the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/).