Fixed Typo

There were two "the" in the first sentence.
This commit is contained in:
Brendan Perry
2020-02-11 10:26:02 -05:00
committed by GitHub
parent b4c85103e9
commit 940aee7c65

View File

@@ -5,7 +5,7 @@ color: black
---
## <a id="why"></a>Why Does This Exist
Microsoft's `vscode` source code is open source (MIT-licensed), but the the product available for download (Visual Studio Code) is licensed under [this not-FLOSS license](https://code.visualstudio.com/license) and contains telemetry/tracking. According to [this comment](https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005) from a Visual Studio Code maintainer:
Microsoft's `vscode` source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under [this not-FLOSS license](https://code.visualstudio.com/license) and contains telemetry/tracking. According to [this comment](https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005) from a Visual Studio Code maintainer:
> When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license.
>