mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16:48 -06:00
Trying to fix issue. Updating to version 2.0.45
This commit is contained in:
parent
f7a5094cc3
commit
840fdfaf1e
@ -39,6 +39,11 @@ if [ "${HOME_USER-}" ]; then
|
||||
# Copy the .bashrc file from vscode user to HOME_USER
|
||||
sudo su - ${HOME_USER} -c "cat /home/vscode/.bashrc >> ~/.bashrc"
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.0.44
|
||||
2.0.45
|
Loading…
Reference in New Issue
Block a user