mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-18 20:08:13 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
7bf78c1935
|
@ -110,7 +110,7 @@ else
|
||||
echo "File extensions.json not found"
|
||||
fi
|
||||
|
||||
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||
if [[ -v VSCODE_TUNNEL_NAME && -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
|
||||
else
|
||||
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}"
|
||||
|
@ -1 +1 @@
|
||||
3.0.3
|
||||
3.0.4
|
Reference in New Issue
Block a user