Skip to content

Commit

Permalink
Revert ":ambulance: Applies workaround for HA Config helper extension"
Browse files Browse the repository at this point in the history
This reverts commit 853fd03.
  • Loading branch information
frenck committed May 11, 2019
1 parent 3717c46 commit 914e69a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vscode/rootfs/etc/cont-init.d/code-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 914e69a

Please sign in to comment.