mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 * Fix breaks * Extension management fixes * Fix breaks in windows bundling * Fix/skip failing tests * Update distro * Add clear to nuget.config * Add hygiene task * Bump distro * Fix hygiene issue * Add build to hygiene exclusion * Update distro * Update hygiene * Hygiene exclusions * Update tsconfig * Bump distro for server breaks * Update build config * Update darwin path * Add done calls to notebook tests * Skip failing tests * Disable smoke tests
11 lines
547 B
Bash
Executable File
11 lines
547 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This file contains the steps that should be run when creating the intermediary image that contains
|
|
# contents for that should be in the image by default. It will be used to build up from the base image
|
|
# to create an image that speeds up first time use of the dev container by "caching" the results
|
|
# of these commands. Developers can still run these commands without an issue once the container is
|
|
# up, but only differences will be processed which also speeds up the first time these operations occur.
|
|
|
|
yarn install
|
|
yarn electron
|