Browse Source

Fix comment

content-update
Xavier Petit 5 years ago committed by Clément
parent
commit
3423c62d00
  1. 2
      scripts/vscode.sh

2
scripts/vscode.sh

@ -13,7 +13,7 @@ apt-get update && apt-get -y install vscodium
# Set-up all users
for DIR in $(ls -1d /home/* 2>/dev/null || true)
do
# Add convenient aliases & behaviors
# Disable most of the telemetry and auto-updates
mkdir -p $DIR/.config/VSCodium/User
cat <<-'EOF'> $DIR/.config/VSCodium/User/settings.json
{

Loading…
Cancel
Save