[Lldb-commits] [PATCH] D135577: Summary:

Henrique Bucher via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 10 09:51:45 PDT 2022


HenriqueBucher added inline comments.


================
Comment at: lldb/tools/lldb-vscode/README.md:39
 
+It is important to note that the directory `~/.vscode/extensions` works for users logged in locally to the machine. If you are remoting into the box using Visual Studio Code's Remote plugins (SSH, WSL, Docker) it will look for extensions on `~/.vscode-server/extensions` only and you will not see your just installed lldb-vscode plug-in. If you want this plugin to be visible to remoting users, you will need to either repeat the process above for the `~/.vscode-server` folder or create a symbolic link from it to `~/.vscode/extensions`:
+
----------------
JDevlieghere wrote:
> Please wrap this so it fits in the 80 col limit. 
Most of this file has lines with more than 80 columns. Would you want the other lines to be reformatted as well?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135577/new/

https://reviews.llvm.org/D135577



More information about the lldb-commits mailing list