From 605ebc6a3738107db82e75f9aa28c09ab01d3952 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sat, 11 Mar 2023 11:32:37 +0100 Subject: [PATCH] Set chatbot to experimental for better styling --- src/commands/Chatbot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/Chatbot.ts b/src/commands/Chatbot.ts index 56188c96..f37288a1 100644 --- a/src/commands/Chatbot.ts +++ b/src/commands/Chatbot.ts @@ -75,8 +75,8 @@ export class Chatbot { scriptUri = `http://${localServerUrl}/${dashboardFile}`; } - // Get experimental setting - const experimental = Settings.get(SETTING_EXPERIMENTAL); + // By default, the chatbot is seen as experimental + const experimental = true; webView.webview.html = `