Support folding in git COMMIT_MSG files (#272356)

This commit is contained in:
Ben Villalobos
2025-10-21 09:26:47 -07:00
committed by GitHub
parent 30986c92ec
commit b5903ae54c
6 changed files with 372 additions and 1 deletions

View File

@@ -97,6 +97,12 @@ echo
"$INTEGRATION_TEST_ELECTRON_PATH" $(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$ROOT/extensions/git --extensionTestsPath=$ROOT/extensions/git/out/test $API_TESTS_EXTRA_ARGS
kill_app
echo
echo "### Git Base tests"
echo
npm run test-extension -- -l git-base
kill_app
echo
echo "### Ipynb tests"
echo