[PR #553] [MERGED] Document more Microsoft online service replacements in "Getting all the Telemetry Out" #2047

Closed
opened 2025-09-10 23:55:58 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/553
Author: @TyMick
Created: 10/29/2020
Status: Merged
Merged: 10/30/2020
Merged by: @stripedpajamas

Base: masterHead: more-microsoft-replacements


📝 Commits (3)

  • 679a8d9 Document more Microsoft online service replacements
  • 8b978a5 Improve code block formatting
  • dfb3733 Rearrange section title

📊 Changes

1 file changed (+14 additions, -12 deletions)

View changed files

📝 DOCS.md (+14 -12)

📄 Description

Following up on #540, I found another couple of @tag:usesOnlineServices settings whose descriptions incorrectly (in VSCodium) state, "The updates are fetched from a Microsoft online service": extensions.autoCheckUpdates and extensions.autoUpdate. Figured I may as well add a similar note about these settings.

Here's the new version of the section, the name of which I've changed from "VSCodium Update API" to "Replacements for Microsoft Online Services":

Replacements to Microsoft Online Services

When searching the @tag:usesOnlineServices filter, note that while the "Update: Mode" setting description still says "The updates are fetched from a Microsoft online service", VSCodium's build script sets the updateUrl field in product.json to that of VSCodium's own small update server, so enabling that setting won't actually result in any calls to Microsoft servers.

Likewise, while the descriptions for "Extensions: Auto Check Updates" and "Extensions: Auto Update" include the same phrase, VSCodium replaces the Visual Studio Marketplace with Open VSX, so these settings won't call Microsoft, either.


Also, while I was at it, I adjusted the formatting of the extensionsGallery JSON code block a little farther down to give it syntax highlighting and align it with the list item it accompanies.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscodium/pull/553 **Author:** [@TyMick](https://github.com/TyMick) **Created:** 10/29/2020 **Status:** ✅ Merged **Merged:** 10/30/2020 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `more-microsoft-replacements` --- ### 📝 Commits (3) - [`679a8d9`](https://github.com/VSCodium/vscodium/commit/679a8d97b60e00c6eb8752b733ae2926f9ada5ad) Document more Microsoft online service replacements - [`8b978a5`](https://github.com/VSCodium/vscodium/commit/8b978a5a6f46fe2ea6fffb7ad531338bdc495683) Improve code block formatting - [`dfb3733`](https://github.com/VSCodium/vscodium/commit/dfb373330c99c948a93e6b3d2da1546e5fc7a8f0) Rearrange section title ### 📊 Changes **1 file changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `DOCS.md` (+14 -12) </details> ### 📄 Description Following up on #540, I found another couple of `@tag:usesOnlineServices` settings whose descriptions incorrectly (in VSCodium) state, "The updates are fetched from a Microsoft online service": `extensions.autoCheckUpdates` and `extensions.autoUpdate`. Figured I may as well add a similar note about these settings. Here's the new version of the section, the name of which I've changed from "VSCodium Update API" to "Replacements for Microsoft Online Services": > ### Replacements to Microsoft Online Services > > When searching the `@tag:usesOnlineServices` filter, note that while the "Update: Mode" setting description still says "The updates are fetched from a Microsoft online service", VSCodium's build script [sets the `updateUrl` field](https://github.com/VSCodium/vscodium/blob/master/prepare_vscode.sh#L36) in `product.json` to that of VSCodium's own small [update server](https://github.com/VSCodium/update-api), so enabling that setting won't actually result in any calls to Microsoft servers. > > Likewise, while the descriptions for "Extensions: Auto Check Updates" and "Extensions: Auto Update" include the same phrase, VSCodium [replaces](https://github.com/VSCodium/vscodium/blob/master/prepare_vscode.sh#L42) the Visual Studio Marketplace with Open VSX, so these settings won't call Microsoft, either. ----- Also, while I was at it, I adjusted the formatting of the `extensionsGallery` JSON code block a little farther down to give it syntax highlighting and align it with the list item it accompanies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:55:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#2047
No description provided.