VSCode tasks are updated to the latest supported versions: deprecated
values are removed and replaced by their new counterparts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
Comment Actions
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?
Comment Actions
ah, I see. If removing these would cause troubles, then let's keep it (I thought these files are generated by VSCode as well).