From c84850f967faeae43e7d25d68c18e17636a7dcaf Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Thu, 11 Oct 2018 14:44:11 -0400 Subject: [PATCH] Remove ARM readme update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7d693..a527ae7 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,10 @@ _(For example the C# extension `ms-vscode.csharp` sends tracking data to Microso - [x] OSX x64 (zipped app file) - [x] Linux x64 (`.deb`, `.rpm`, and `.tar.gz` files) - [x] Linux x86 (`.deb`, `.rpm`, and `.tar.gz` files) -- [x] Linux arm64 (`.deb` and `.tar.gz` files) - [ ] Windows - The plan is to build the Windows executable with [AppVeyor](https://appveyor.com). PRs are welcome :blue_heart: -The ARMv7 architecture is not currently supported but is actively being worked on. +The ARM architecture is not currently supported but is actively being worked on. ## 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)