vscode-extensions: add `cacert` to update script

+1 -1
+1 -1
pkgs/applications/editors/vscode/extensions/update_installed_exts.sh
··· 1 1 #! /usr/bin/env nix-shell 2 - #! nix-shell -i bash -p curl jq unzip 2 + #! nix-shell -i bash -p cacert curl jq unzip 3 3 # shellcheck shell=bash 4 4 set -eu -o pipefail 5 5