mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
Updates skill
This commit is contained in:
committed by
Henning Dieterichs
parent
86343fcf31
commit
9d5ebb8f07
11
.github/skills/update-screenshots/SKILL.md
vendored
11
.github/skills/update-screenshots/SKILL.md
vendored
@@ -72,7 +72,16 @@ git add test/componentFixtures/.screenshots/baseline/
|
||||
git commit -m "update screenshot baselines from CI"
|
||||
```
|
||||
|
||||
### 7. Verify
|
||||
### 7. Push LFS objects before pushing
|
||||
|
||||
Screenshot baselines are stored in Git LFS. The `git lfs pre-push` hook is not active in this repo (husky overwrites it), so LFS objects are NOT automatically uploaded on `git push`. You must push them manually before pushing the branch, otherwise the push will fail with `GH008: Your push referenced unknown Git LFS objects`.
|
||||
|
||||
```bash
|
||||
git lfs push --all origin <branch-name>
|
||||
git push
|
||||
```
|
||||
|
||||
### 8. Verify
|
||||
|
||||
Confirm the baselines are updated by listing the files:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user