Welcome to mirror list, hosted at ThFree Co, Russian Federation.

prepare.sh « .devcontainer - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b5c81ff40dfa2b818fbe4cb13f6ce35f4d53b46 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

# This file contains the steps that should be run when building a "cache" image with contents that should be
# layered directly **on top of the source tree** once a dev container is created. This avoids having to run long
# running commands like "yarn install" from the ground up. Developers (and should) still run these commands
# after the actual dev container is created, but only differences will be processed.

yarn install
yarn electron