You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Open VSX's official deprecated and malicious extensions list (#19822)
* Use Open VSX's official deprecated and malicious extensions list
* Properly copy file over from previous stage
Co-authored-by: mustard <[email protected]>
* Pin version by sha
---------
Co-authored-by: mustard <[email protected]>
@@ -13,8 +13,12 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
13
13
gzip -v -f -9 -k "$FILE"; \
14
14
done
15
15
16
+
RUN mkdir -p static/code
17
+
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/7d3778cb07ff7e22e5e99be618fd1bd2a94394ac/extension-control/extensions.json"
0 commit comments