Skip to content

Commit 08bdf46

Browse files
committed
Fix the vscode-git-patch extension build
1 parent 2ac66d9 commit 08bdf46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

extensions.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,13 @@
944944
"repository": "https://github.com/paiqo/Databricks-VSCode"
945945
},
946946
"paragdiwan.gitpatch": {
947-
"repository": "https://github.com/paragdiwan/vscode-git-patch"
947+
"repository": "https://github.com/paragdiwan/vscode-git-patch",
948+
"location": ".",
949+
"custom": [
950+
"git checkout a648bb3656d0c5c9e9c8cb281eb71d56fd0e9f6a",
951+
"npm i",
952+
"vsce package --out extension.vsxi"
953+
]
948954
},
949955
"patbenatar.advanced-new-file": {
950956
"repository": "https://github.com/patbenatar/vscode-advanced-new-file"

0 commit comments

Comments
 (0)