We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e17fa commit 15242a6Copy full SHA for 15242a6
ci/build/build-vscode.sh
@@ -25,7 +25,7 @@ copy-bin-script() {
25
sed -i.bak 's/ROOT\/out/VSROOT\/out/g' "$dest"
26
# We do not want expansion here; this text should make it to the file as-is.
27
# shellcheck disable=SC2016
28
- sed -i.bak 's/ROOT\/node/${CS_NODE_EXEC_PATH:-ROOT\/lib/node}/g' "$dest"
+ sed -i.bak 's/$ROOT\/node/${CS_NODE_EXEC_PATH:-ROOT\/lib\/node}/g' "$dest"
29
30
# Fix Node path on Windows.
31
sed -i.bak 's/^set ROOT_DIR=\(.*\)$/set ROOT_DIR=%~dp0..\\..\\..\\..\r\nset VSROOT_DIR=\1/g' "$dest"
0 commit comments