Skip to main content

text/vs

1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
6open -a "Visual Studio Code" "$@"