[PATCH] D76595: [clangd-vscode] NFC; Improve wording in documentation and update VSCode tasks

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 02:39:52 PDT 2020


kbobyrev added a comment.

In D76595#1936408 <https://reviews.llvm.org/D76595#1936408>, @hokein wrote:

> thanks. regarding files in `.vscode`, I think they are just local configs in VSCode, we can probably remove the whole directory from git since we already ignore them in the `llvm/.gitignore`.


I think those are hand-written VSCode tasks and removing those would result in the absence of compiling and debugging actions in VSCode. `llvm/.gitignore` is intended to ignore the configs, but I'm not sure it is a "config file" in traditional sensee. Am I missing something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76595





More information about the cfe-commits mailing list