mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Applies workaround for HA Config helper extension
This commit is contained in:
parent
ec97a5daea
commit
853fd03db6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue