Compare commits

..

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@ else
echo "File extensions.json not found"
fi
# Make sure the CLI folder is executable
sudo chmod -R a+rwX /home/${HOME_USER}/.vscode/cli
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
else

View File

@ -1 +1 @@
2.0.40
2.0.42