Pārlūkot izejas kodu

docs: more info on extension replacements

Simon Sobisch 2 mēneši atpakaļ
vecāks
revīzija
e645075872
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      docs/extensions-compatibility.md

+ 5 - 3
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 - 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)
 - [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)
 
 
-##<a id="replacements"></a>Replacements
+## <a id="replacements"></a>Replacements
 
 
 The following extensions are functional replacements for incompatible extensions:
 The following extensions are functional replacements for incompatible extensions:
 
 
 ### <a id="cc"></a>C/C++
 ### <a id="cc"></a>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.
 
 
 ### <a id="python"></a>Python
 ### <a id="python"></a>Python
 
 
 - [BasedPyright](https://open-vsx.org/extension/detachhead/basedpyright)
 - [BasedPyright](https://open-vsx.org/extension/detachhead/basedpyright)
 
 
-### <a id="remote"></a>Remote
+### <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`.