From d50a7488845b9abea2788a6076237329ed8286ce Mon Sep 17 00:00:00 2001 From: sofia Date: Fri, 8 Aug 2025 16:20:22 +0300 Subject: [PATCH] Add contributes breakpoints --- reid-lsp/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reid-lsp/package.json b/reid-lsp/package.json index d93f18c..7329c10 100644 --- a/reid-lsp/package.json +++ b/reid-lsp/package.json @@ -26,6 +26,11 @@ "configuration": "./language-configuration.json" } ], + "breakpoints": [ + { + "language": "reid" + } + ], "configuration": { "type": "object", "title": "reid-language-server",