mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
docs: clarify incompatibility (#2601)
This commit is contained in:
committed by
GitHub
parent
0307465fec
commit
48c8ddf405
@@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
## <a id="incompatibility"></a>Incompatibility
|
## <a id="incompatibility"></a>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)
|
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
|
||||||
- [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
|
- [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))
|
||||||
> It's officially unsupported: 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)
|
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)
|
||||||
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
||||||
- [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
|
- [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
|
|||||||
|
|
||||||
### <a id="remote"></a>Remote Development
|
### <a id="remote"></a>Remote Development
|
||||||
|
|
||||||
- [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh)
|
- [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh) (SSH server must be configured with the setting `AllowTcpForwarding yes`.)
|
||||||
> SSH server must be configured with the setting `AllowTcpForwarding yes`.
|
|
||||||
- [Open Remote - WSL](https://open-vsx.org/extension/jeanp413/open-remote-wsl)
|
- [Open Remote - WSL](https://open-vsx.org/extension/jeanp413/open-remote-wsl)
|
||||||
|
|||||||
Reference in New Issue
Block a user