From 06a0f278e5a5d9235c0bf97d2334bd33c432fd02 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 8 Aug 2024 01:35:47 +0200 Subject: [PATCH] Don't recommend the builtin VS-Code terminal because it can't clear scrollback --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bfffad81..91ca564c 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,6 @@ While working with Rustlings, please use a modern terminal for the best user exp The default terminal on Linux and Mac should be sufficient. On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal). -If you use VS Code, the builtin terminal should also be fine. - ## Doing exercises The exercises are sorted by topic and can be found in the subdirectory `exercises/`.