🚑 Applies workaround for HA Config helper extension

This commit is contained in:
Franck Nijhof 2019-05-11 09:33:05 +02:00
parent ec97a5daea
commit 853fd03db6
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -48,3 +48,8 @@ if ! bashio::fs.file_exists '/data/vscode/User/workspaceStorage'; then
mkdir -p /data/vscode/User/workspaceStorage \
|| bashio::exit.nok "Could not create persistent storage folder."
fi
# Hotfix for incorrect path reference in Home Assistant Config Helper
# extension.
cd /data/vscode/extensions/keesschollaart.vscode-home-assistant-* \
&& ln -sf out src