mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
212d7b3003
commit
0e9ff39e1f
1 changed files with 0 additions and 4 deletions
|
@ -212,10 +212,6 @@ setup_user_settings() {
|
|||
fi
|
||||
|
||||
sed -i "/user-data-dir:/c user-data-dir: \"$user_path\"" "$CODE_SERVER_CONFIG"
|
||||
|
||||
if ! bashio::fs.file_exists "$user_path"/workspaces.json; then
|
||||
cp "$DEFAULT_FILES_PATH/vscode/workspaces.json" "$user_path/workspaces.json"
|
||||
fi
|
||||
}
|
||||
|
||||
run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue