From a135f3d44980bb37e5175c96dcaeb9f79e940343 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Thu, 7 Sep 2023 11:41:14 +0200 Subject: [PATCH] removed double entry --- rascal-vscode-extension/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/rascal-vscode-extension/README.md b/rascal-vscode-extension/README.md index bb0e16ac..1d694b03 100644 --- a/rascal-vscode-extension/README.md +++ b/rascal-vscode-extension/README.md @@ -55,7 +55,6 @@ For other things we are working on have a look here: ### 0.9.0 -* added experimental Rascal debugger based on the debugging protocol * Webviews opened from Rascal can now have a title and view column * There is now a setting to influence how much memory a REPL gets allocated (`rascal.interpreter.defaultHeapSize` & `rascal.interpreter.defaultStackSize`). * The Rascal REPL now has a icon (it requires a bugfix in vscode 1.80 to correctly show)