From 2ccd248467bfab9486851e8498ca5a641c4a9f0d Mon Sep 17 00:00:00 2001 From: William Zhao Date: Tue, 1 Sep 2026 15:17:16 -0700 Subject: [PATCH 1/4] changes for now --- _implementors/adapters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/adapters.md b/_implementors/adapters.md index a6fb913..a18cd47 100644 --- a/_implementors/adapters.md +++ b/_implementors/adapters.md @@ -63,6 +63,7 @@ Many adapters publish releases tailored for specific editors, such as VS Code, a [Lua and Ravi 5.3 Debugger](https://github.com/dibyendumajumdar/ravi-vscode-debugger)|[@dibyendumajumdar](https://github.com/dibyendumajumdar)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ravilang.ravi-debug) [Lua Debug](https://github.com/actboy168/lua-debug)|[@actboy168](https://github.com/actboy168)|[VS Code](https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug) [Luau Debugger](https://github.com/sssooonnnggg/luau-debugger)|[@sssooonnnggg](https://github.com/sssooonnnggg)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) +[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@Lute](https://github.com/luau-lang/lute)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) [Mock Debug](https://github.com/Microsoft/vscode-mock-debug)|[@roblourens](https://github.com/roblourens)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mock-debug) [Mono Debug](https://github.com/Microsoft/vscode-mono-debug)|[@akoeplinger](https://github.com/akoeplinger)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug) [NAME](https://github.com/utdscheld/name)|[John Cole](https://personal.utdallas.edu/~John.Cole/)| From 0b57f923ae199d8a32b0f13a63f9580a1e1eb005 Mon Sep 17 00:00:00 2001 From: William Zhao Date: Tue, 1 Sep 2026 15:19:45 -0700 Subject: [PATCH 2/4] add Lute adapter --- _implementors/adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_implementors/adapters.md b/_implementors/adapters.md index a18cd47..8c5af15 100644 --- a/_implementors/adapters.md +++ b/_implementors/adapters.md @@ -63,7 +63,7 @@ Many adapters publish releases tailored for specific editors, such as VS Code, a [Lua and Ravi 5.3 Debugger](https://github.com/dibyendumajumdar/ravi-vscode-debugger)|[@dibyendumajumdar](https://github.com/dibyendumajumdar)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ravilang.ravi-debug) [Lua Debug](https://github.com/actboy168/lua-debug)|[@actboy168](https://github.com/actboy168)|[VS Code](https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug) [Luau Debugger](https://github.com/sssooonnnggg/luau-debugger)|[@sssooonnnggg](https://github.com/sssooonnnggg)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) -[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@Lute](https://github.com/luau-lang/lute)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) +[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@lute](https://github.com/luau-lang/lute)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) [Mock Debug](https://github.com/Microsoft/vscode-mock-debug)|[@roblourens](https://github.com/roblourens)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mock-debug) [Mono Debug](https://github.com/Microsoft/vscode-mono-debug)|[@akoeplinger](https://github.com/akoeplinger)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug) [NAME](https://github.com/utdscheld/name)|[John Cole](https://personal.utdallas.edu/~John.Cole/)| From 9fc9c5a350bcc3b1c6ab91ea097fc3c98c8f4592 Mon Sep 17 00:00:00 2001 From: William Zhao Date: Tue, 1 Sep 2026 15:24:23 -0700 Subject: [PATCH 3/4] remove copy and pasted link to vscode extesion --- _implementors/adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_implementors/adapters.md b/_implementors/adapters.md index 8c5af15..a7060bb 100644 --- a/_implementors/adapters.md +++ b/_implementors/adapters.md @@ -63,7 +63,7 @@ Many adapters publish releases tailored for specific editors, such as VS Code, a [Lua and Ravi 5.3 Debugger](https://github.com/dibyendumajumdar/ravi-vscode-debugger)|[@dibyendumajumdar](https://github.com/dibyendumajumdar)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ravilang.ravi-debug) [Lua Debug](https://github.com/actboy168/lua-debug)|[@actboy168](https://github.com/actboy168)|[VS Code](https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug) [Luau Debugger](https://github.com/sssooonnnggg/luau-debugger)|[@sssooonnnggg](https://github.com/sssooonnnggg)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) -[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@lute](https://github.com/luau-lang/lute)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) +[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@lute](https://github.com/luau-lang/lute)| [Mock Debug](https://github.com/Microsoft/vscode-mock-debug)|[@roblourens](https://github.com/roblourens)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mock-debug) [Mono Debug](https://github.com/Microsoft/vscode-mono-debug)|[@akoeplinger](https://github.com/akoeplinger)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug) [NAME](https://github.com/utdscheld/name)|[John Cole](https://personal.utdallas.edu/~John.Cole/)| From dd10da030ca70bd9f3936f69df1f478fece2d85c Mon Sep 17 00:00:00 2001 From: William Zhao Date: Wed, 2 Sep 2026 10:38:34 -0700 Subject: [PATCH 4/4] add vs code --- _implementors/adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_implementors/adapters.md b/_implementors/adapters.md index a7060bb..0fffdb2 100644 --- a/_implementors/adapters.md +++ b/_implementors/adapters.md @@ -63,7 +63,7 @@ Many adapters publish releases tailored for specific editors, such as VS Code, a [Lua and Ravi 5.3 Debugger](https://github.com/dibyendumajumdar/ravi-vscode-debugger)|[@dibyendumajumdar](https://github.com/dibyendumajumdar)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ravilang.ravi-debug) [Lua Debug](https://github.com/actboy168/lua-debug)|[@actboy168](https://github.com/actboy168)|[VS Code](https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug) [Luau Debugger](https://github.com/sssooonnnggg/luau-debugger)|[@sssooonnnggg](https://github.com/sssooonnnggg)|[VS Code](https://marketplace.visualstudio.com/items?itemName=sssooonnnggg.luau-debugger) -[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@lute](https://github.com/luau-lang/lute)| +[Lute Debugger for Luau](https://github.com/luau-lang/lute/blob/primary/lute/cli/commands/debug)|[@lute](https://github.com/luau-lang/lute)|[VS Code](https://marketplace.visualstudio.com/items?itemName=RobloxCorporation.mandolin) [Mock Debug](https://github.com/Microsoft/vscode-mock-debug)|[@roblourens](https://github.com/roblourens)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mock-debug) [Mono Debug](https://github.com/Microsoft/vscode-mono-debug)|[@akoeplinger](https://github.com/akoeplinger)|[VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug) [NAME](https://github.com/utdscheld/name)|[John Cole](https://personal.utdallas.edu/~John.Cole/)|