Revert "🚑 Applies workaround for HA Config helper extension"

This reverts commit 853fd03db6.
This commit is contained in:
Franck Nijhof 2019-05-11 10:42:00 +02:00
parent 3717c46f5c
commit 914e69ab0a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -48,8 +48,3 @@ 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