We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761f7b commit 4a250beCopy full SHA for 4a250be
ci/dev/diff-vscode.sh
@@ -6,7 +6,7 @@ main() {
6
7
cd ./lib/vscode
8
git add -A
9
- git diff HEAD > ../../ci/dev/vscode.patch
+ git diff HEAD --full-index > ../../ci/dev/vscode.patch
10
}
11
12
main "$@"
0 commit comments