From e645075872143ba442e2627d0c22d325205e6c1b Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Thu, 19 Jun 2025 10:01:54 +0200 Subject: [PATCH] docs: more info on extension replacements --- docs/extensions-compatibility.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/extensions-compatibility.md b/docs/extensions-compatibility.md index 9c2b281..2a0b3cc 100644 --- a/docs/extensions-compatibility.md +++ b/docs/extensions-compatibility.md @@ -24,19 +24,21 @@ Most MS extensions are limited to run on only MS products by their license and b - [Remote - SSH: Editing Configuration Files](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-edit) - [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl) -##Replacements +## Replacements The following extensions are functional replacements for incompatible extensions: ### C/C++ -- [clangd](https://open-vsx.org/extension/llvm-vs-code-extensions/vscode-clangd) +- [clangd](https://open-vsx.org/extension/llvm-vs-code-extensions/vscode-clangd) for full featured editing (including IntelliSense) +- [Native Debug](https://open-vsx.org/extension/webfreak/debug) for Debugging with GDB + LLDB + Note that there are many working debugging extensions and specialized ones including for microcontrollers. ### Python - [BasedPyright](https://open-vsx.org/extension/detachhead/basedpyright) -### Remote +### Remote Development - [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh) > SSH server must be configured with the setting `AllowTcpForwarding yes`.