Trying to fix the instalation of extensions. Updating to version 1.0.21

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-29 17:15:51 +00:00
parent fdcea0d423
commit 52d6bc12f4
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ adduser --disabled-password --gecos "" ${HOME_USER}
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
#Creating extensions folder
sudo mkdir /home/${HOME_USER}/.config/Code
sudo chmod -R a+rwX /home/${HOME_USER}/.config/Code
sudo mkdir /home/${HOME_USER}/.vscode-server
sudo chmod -R a+rwX /home/${HOME_USER}/.vscode-server
code --extensions-dir /home/${HOME_USER}/.vscode-server

View File

@ -1 +1 @@
1.0.20
1.0.21