💾 Archived View for ait.place › dot › local › code.txt captured on 2023-07-22 at 16:54:36.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

#!/usr/bin/env sh
exec /usr/bin/code \
	--user-data-dir "${XDG_CONFIG_HOME:-$HOME/.config}/vscode" \
	--extensions-dir "${XDG_CONFIG_HOME:-$HOME/.config}/vscode/extensions" "$@"