We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vscode-git-patch
1 parent 2ac66d9 commit 08bdf46Copy full SHA for 08bdf46
extensions.json
@@ -944,7 +944,13 @@
944
"repository": "https://github.com/paiqo/Databricks-VSCode"
945
},
946
"paragdiwan.gitpatch": {
947
- "repository": "https://github.com/paragdiwan/vscode-git-patch"
+ "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
+ ]
954
955
"patbenatar.advanced-new-file": {
956
"repository": "https://github.com/patbenatar/vscode-advanced-new-file"
0 commit comments