|
@@ -71,10 +71,11 @@ _(For example the C# extension `ms-vscode.csharp` sends tracking data to Microso
|
|
- [x] OSX x64 (zipped app file)
|
|
- [x] OSX x64 (zipped app file)
|
|
- [x] Linux x64 (`.deb`, `.rpm`, and `.tar.gz` files)
|
|
- [x] Linux x64 (`.deb`, `.rpm`, and `.tar.gz` files)
|
|
- [x] Linux x86 (`.deb`, `.rpm`, and `.tar.gz` files)
|
|
- [x] Linux x86 (`.deb`, `.rpm`, and `.tar.gz` files)
|
|
|
|
+- [x] Linux arm64 (`.deb` and `.tar.gz` files)
|
|
- [ ] Windows
|
|
- [ ] Windows
|
|
- The plan is to build the Windows executable with [AppVeyor](https://appveyor.com). PRs are welcome :blue_heart:
|
|
- The plan is to build the Windows executable with [AppVeyor](https://appveyor.com). PRs are welcome :blue_heart:
|
|
|
|
|
|
-The ARM architecture is not currently supported. If you know of a way to do this with Travis or any other free CI/CD platform please put in an issue or a PR.
|
|
|
|
|
|
+The ARMv7 architecture is not currently supported but is actively being worked on.
|
|
|
|
|
|
## <a id="extensions-marketplace"></a>Extensions + Marketplace
|
|
## <a id="extensions-marketplace"></a>Extensions + Marketplace
|
|
Until something more open comes around, we use the Microsoft Marketplace/Extensions in the `product.json` file. Those links are licensed under MIT as per [the comments on this issue.](https://github.com/Microsoft/vscode/issues/31168#issuecomment-317319063)
|
|
Until something more open comes around, we use the Microsoft Marketplace/Extensions in the `product.json` file. Those links are licensed under MIT as per [the comments on this issue.](https://github.com/Microsoft/vscode/issues/31168#issuecomment-317319063)
|