diff --git a/extensions.json b/extensions.json index dcc566758..75aa411e4 100644 --- a/extensions.json +++ b/extensions.json @@ -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"