vscode-extensions.ms-vscode.cpptools: fix OpenDebugAD7 path
This commit is contained in:
parent
fdf78664f8
commit
74c2c2692e
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
|
||||||
touch "./install.lock"
|
touch "./install.lock"
|
||||||
|
|
||||||
# Mono runtimes from nix package (used by generated `OpenDebugAD7`).
|
# Mono runtimes from nix package (used by generated `OpenDebugAD7`).
|
||||||
mv ./debugAdapters/OpenDebugAD7 ./debugAdapters/OpenDebugAD7_orig
|
mv ./debugAdapters/bin/OpenDebugAD7 ./debugAdapters/bin/OpenDebugAD7_orig
|
||||||
cp -p "${openDebugAD7Script}" "./debugAdapters/OpenDebugAD7"
|
cp -p "${openDebugAD7Script}" "./debugAdapters/bin/OpenDebugAD7"
|
||||||
|
|
||||||
# Clang-format from nix package.
|
# Clang-format from nix package.
|
||||||
mv ./LLVM/ ./LLVM_orig
|
mv ./LLVM/ ./LLVM_orig
|
||||||
|
|
Loading…
Reference in a new issue