Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 21, 2018
1 parent 91d1af6 commit 1d0cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/use/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Some distributions of Linux are missing needed libraries for Live Share. The fol
| openSuSE 12 (64-bit) | <none> |
| CentOS 7 | <none> |

Note that the Linux ecosystem moves quickly, and your results may vary. Note that the package names may vary in certain distributions as well. Additional details can be found below on the libraries typically required.
Note that the Linux ecosystem moves quickly and that the package names may vary in certain distributions, so your results may vary. Additional details can be found below on the libraries typically required.

For example, *ArchLinux* is not officially supported by VS Code or .NET Core (and thus by extension Live Share), but there are community packages for them and we have found that the `gnome-keyring` and `libsecret` libraries are often missing from these as the community has opted to try out Live Share. You should also be aware libraries like gnome-keyring may require additional [setup steps](https://wiki.archlinux.org/index.php/GNOME/Keyring) in some desktop environments so check your distribution's documentation for details.

Expand Down Expand Up @@ -134,7 +134,7 @@ Libraries may be installed on Fedora/CentOS/RHL based distributions by running `

sudo yum install libunwind lttng-ust libcurl openssl-libs libuuid krb5-libs libicu zlib gnome-keyring libsecret desktop-file-utils

Other distributions will require the same libraries, but the package names may be subtly different.You can [read more about .NET Core 2.0 prerequisites for other distributions here](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x#linux-distribution-dependencies).
Other distributions will require the same libraries, but the package names may be subtly different. You can [read more about .NET Core 2.0 prerequisites for other distributions here](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x#linux-distribution-dependencies).

#### Linux browser integration

Expand Down

0 comments on commit 1d0cbc9

Please sign in to comment.