Skip to content

Commit b6a8115

Browse files
README.md updates
- Update the debugger supported operating systems list. - Update the required node version
1 parent 842a825 commit b6a8115

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.15.0/
3636

3737
* Currently, the C# debugger officially supports the following operating systems:
3838

39-
* Windows (64-bit only)
40-
* macOS 10.12 (Sierra) and newer
41-
* Ubuntu 14.04+ (and distros based on it)
42-
* Debian 8.7+
43-
* Red Hat Enterprise Linux (RHEL) / CentOS / Oracle Linux 7.3+
44-
* Fedora 23 / 24 / 25
45-
* OpenSUSE 42.2+
46-
47-
This list is currently the same as the x64 .NET Core 2.0 operating systems (see [.NET Core list](https://github.com/dotnet/core/blob/master/roadmap.md#net-core-20---supported-os-versions)). Note that other Linux distributions will likely work as well as long as they include glibc, OpenSSL 1.0, and libunwind.
39+
* X64 operating systems:
40+
* Windows 7 SP1 and newer
41+
* macOS 10.12 (Sierra) and newer
42+
* Linux: see [.NET Core documentation](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md#linux) for the list of supported distributions. Note that other Linux distributions will likely work as well as long as they include glibc and OpenSSL.
43+
* ARM operating systems:
44+
* Linux is supported as a remote debugging target
4845

4946
### Found a Bug?
5047

0 commit comments

Comments
 (0)