mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 04:51:59 +02:00
Add vscode via vendor package.
- Use yarn for vscode vendoring. - Grab hash from package.
This commit is contained in:
committed by
Teffen Ellis
parent
28ba59ab3c
commit
f885b29675
10
vendor/postinstall.sh
vendored
Executable file
10
vendor/postinstall.sh
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
echo 'Installing VS Code dependencies...'
|
||||
cd modules/code-oss-dev
|
||||
yarn install --frozen-lockfile
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user