From 48c8ddf405a6fc7c53e46d9e3fa33c2c0e23aefa Mon Sep 17 00:00:00 2001 From: Philippe Cloutier Date: Tue, 24 Mar 2026 07:29:59 -0400 Subject: [PATCH] docs: clarify incompatibility (#2601) --- docs/extensions-compatibility.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/extensions-compatibility.md b/docs/extensions-compatibility.md index 2a0b3cc..807fbe3 100644 --- a/docs/extensions-compatibility.md +++ b/docs/extensions-compatibility.md @@ -12,11 +12,11 @@ ## Incompatibility -Most MS extensions are limited to run on only MS products by their license and by running additional checks in their proprietary code. +Most Microsoft extensions are limited to run on only MS products by their license and by running additional checks in their proprietary code. +Extensions incompatible with VSCodium **include**: - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) -- [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) -> It's officially unsupported: https://github.com/James-Yu/LaTeX-Workshop/wiki/FAQ#vscodium-is-not-officially-supported +- [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) (explicitly unsupported, as [indicated in the FAQ](https://github.com/James-Yu/LaTeX-Workshop/wiki/FAQ#vscodium-is-not-officially-supported)) - [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) @@ -40,6 +40,5 @@ The following extensions are functional replacements for incompatible extensions ### Remote Development -- [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh) -> SSH server must be configured with the setting `AllowTcpForwarding yes`. +- [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh) (SSH server must be configured with the setting `AllowTcpForwarding yes`.) - [Open Remote - WSL](https://open-vsx.org/extension/jeanp413/open-remote-wsl)