From e189a8c33e3c5ea53f4c15d9b7722a215274c415 Mon Sep 17 00:00:00 2001 From: Christian Weichel Date: Thu, 14 Nov 2019 11:17:12 +0100 Subject: [PATCH] Add theia/debug to build --- browser-app/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/browser-app/package.json b/browser-app/package.json index e6426c4f..e0d7e676 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -6,6 +6,7 @@ "dependencies": { "@theia/core": "next", "@theia/cpp": "next", + "@theia/debug": "next", "@theia/editor": "next", "@theia/file-search": "next", "@theia/filesystem": "next",