From 71eeb007aff9ec625237874888ef554dc9fc7a15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 16:34:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=20Enable=20streaming=20mode=20for?= =?UTF-8?q?=20Ingress=20(#306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/config.json b/vscode/config.json index 2c186b3..64afdd5 100755 --- a/vscode/config.json +++ b/vscode/config.json @@ -6,6 +6,7 @@ "url": "https://github.com/hassio-addons/addon-vscode", "ingress": true, "ingress_port": 1337, + "ingress_stream": true, "panel_icon": "mdi:microsoft-visual-studio-code", "startup": "services", "init": false,