Update to VS Code 1.52.1
This commit is contained in:
5
lib/vscode/build/azure-pipelines/linux/alpine/install-dependencies.sh
Executable file
5
lib/vscode/build/azure-pipelines/linux/alpine/install-dependencies.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Installing remote dependencies"
|
||||
(cd remote && rm -rf node_modules && yarn)
|
||||
Reference in New Issue
Block a user