vscode-extensions.ms-vscode-cpptools: Remove unused LLVM directory

Saves some bytes
This commit is contained in:
Jeremy Kolb
2024-05-23 10:34:55 -04:00
parent 3eaeaeb6b1
commit 437f15f5cd

View File

@@ -87,7 +87,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
touch "./install.lock"
# Clang-format from nix package.
mv ./LLVM/ ./LLVM_orig
rm -rf ./LLVM
mkdir "./LLVM/"
find "${clang-tools}" -mindepth 1 -maxdepth 1 | xargs ln -s -t "./LLVM"