Skip to content

Commit

Permalink
fix: VSCode switched to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 6, 2024
1 parent c9ddca9 commit fbe7019
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/install-vscode
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ echo "Patching vscode..."
find "$patch_directory" -type f -name '*.patch' -print0 | sort -z | xargs -t -0 -n 1 patch -p1 -i

echo "Installing vscode dependencies..."
yarn config set ignore-engines
yarn install --ignore-scripts
yarn postinstall || true
npm ci

echo "Installing build dependencies"
cd build
yarn install --ignore-engines
npm ci
cd ..

echo "Extracting service identifiers"
Expand Down

0 comments on commit fbe7019

Please sign in to comment.