Skip to content

Commit

Permalink
[ethan-reesor.vscode-go-test-adapter] Fix publishing by hot-patching …
Browse files Browse the repository at this point in the history
…README.md image URLs

Fixes #82
  • Loading branch information
jankeromnes committed Jul 16, 2020
1 parent 280cb5d commit 9992516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,15 @@
},
{
"id": "ethan-reesor.vscode-go-test-adapter",
"repository": "https://gitlab.com/firelizzard/vscode-go-test-adapter"
"repository": "https://gitlab.com/firelizzard/vscode-go-test-adapter",
"prepublish": "sed -ri \"s_]\\(img/_](https://gitlab.com/firelizzard/vscode-go-test-adapter/-/raw/master/img/_g\" README.md"
},
{
"id": "felixfbecker.php-debug",
"version": "1.13.0",
"repository": "https://github.com/felixfbecker/vscode-php-debug",
"checkout": "v1.13.0",
"prepublish": "sed -ri \"s/\\\"version\\\":[^,]*/\\\"version\\\": \\\"1.13.0\\\"/g\" package.json"
"prepublish": "sed -ri \"s_\\\"version\\\":[^,]*_\\\"version\\\": \\\"1.13.0\\\"_g\" package.json"
},
{
"id": "felixfbecker.php-intellisense",
Expand Down

0 comments on commit 9992516

Please sign in to comment.