Skip to content

Commit

Permalink
Manually Update adrianhumphreys.silverstripe (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth authored Jul 10, 2024
1 parent 256b7d4 commit d333df1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"repository": "https://github.com/kufii/CodeSnap"
},
"adrianhumphreys.silverstripe": {
"repository": "https://github.com/adrhumphreys/vscode-silverstripe"
"repository": "https://github.com/adrhumphreys/vscode-silverstripe",
"custom": [
"git checkout a3fd311cdabdca6a23a3d5cc18c2bc00b7f16c2c",
"jq '.version = \"1.0.6\"' package.json > tmp.json && mv tmp.json package.json",
"npm install",
"NODE_OPTIONS=--openssl-legacy-provider vsce package -o extension.vsix"
]
},
"adrieankhisbe.vscode-ndjson": {
"repository": "https://github.com/AdrieanKhisbe/vscode-ndjson"
Expand Down

0 comments on commit d333df1

Please sign in to comment.