From cfd78292863a34de815462a997ef64b2db3b9ddd Mon Sep 17 00:00:00 2001 From: juner Date: Wed, 6 May 2026 23:24:23 +0900 Subject: [PATCH] =?UTF-8?q?InterPreter.Tests=20=E3=81=8C=20root=20?= =?UTF-8?q?=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Esolang.Funge.code-workspace | 1 + 1 file changed, 1 insertion(+) diff --git a/Esolang.Funge.code-workspace b/Esolang.Funge.code-workspace index f0bbe51..9bee0b1 100644 --- a/Esolang.Funge.code-workspace +++ b/Esolang.Funge.code-workspace @@ -51,6 +51,7 @@ "Generator": true, "Generator.Tests": true, "Interpreter": true, + "Interpreter.Tests": true, "Parser": true, "Parser.Tests": true, "Processor": true,