mirror of
https://github.com/github/codeql.git
synced 2025-12-15 16:23:11 +01:00
Changes the script for creating change notes to read the EDITOR environment variable, and use the editor specified therein. This makes the script more convenient when used from a terminal. The VSCode task is updated to the set EDITOR to `code -r` which preserves the current behavior.