Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,13 @@
"repository": "https://github.com/paiqo/Databricks-VSCode"
},
"paragdiwan.gitpatch": {
"repository": "https://github.com/paragdiwan/vscode-git-patch"
"repository": "https://github.com/paragdiwan/vscode-git-patch",
"location": ".",
"custom": [
"grep '\"version\": \"0.2.1\"' package.json && git checkout a648bb3656d0c5c9e9c8cb281eb71d56fd0e9f6a",
"npm i",
"npx vsce package --out extension.vsix"
]
},
"patbenatar.advanced-new-file": {
"repository": "https://github.com/patbenatar/vscode-advanced-new-file"
Expand Down