mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Trying to fix issue of .vscode directory. Updating to version 3.0.8
This commit is contained in:
parent
ba267c2494
commit
13e642be86
@ -62,6 +62,15 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
|
||||
do
|
||||
echo "export $line" | sudo tee -a /home/${HOME_USER}/.bashrc
|
||||
done
|
||||
|
||||
# Creating .vscode folder if it doesn't exist
|
||||
if [ ! -d "/home/${HOME_USER}/.vscode" ]; then
|
||||
sudo mkdir -p /home/${HOME_USER}/.vscode
|
||||
fi
|
||||
|
||||
# Changing the property of the directory /home/${HOME_USER}/.vscode
|
||||
sudo chown -R ${HOME_USER}: /home/${HOME_USER}/.vscode
|
||||
|
||||
fi
|
||||
|
||||
# Then execute entrypoint.sh
|
||||
|
@ -1 +1 @@
|
||||
3.0.7
|
||||
3.0.8
|
Loading…
Reference in New Issue
Block a user