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
Copy file name to clipboardExpand all lines: docs/editor/extension-gallery.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -250,19 +250,9 @@ You can change the location by launching VS Code with the `--extensions-dir <dir
250
250
251
251
**A:** Some users prefer to download an extension once from the Marketplace and then install it multiple times from a local share. This is useful when there are connectivity concerns or if your development team wants to use a fixed set of extensions.
252
252
253
-
An extension's direct download URL is in the form:
253
+
To download an extension navigate to the details page for the specific extemsion within the [Marketplace](https://marketplace.visualstudio.com/vscode). On that page there is a `Download Extension` link in the `Resources` section which is located on the right hand side of the page.
Once you've downloaded an extension, you can side load it by renaming the `.zip` filename extension to `.vsix` and then using the **Install from VSIX...** command in the Extensions view command drop-down.
255
+
Once downloaded you can then install the extension via the **Install from VSIX...** command in the Extensions view command drop-down.
266
256
267
257
**Q: Can I stop VS Code from providing extension recommendations?**
0 commit comments