aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: 367ddf4feee3f9712a4c3fc6c822bf03b2c6b472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# Commands to start on workspace startup
tasks:
  - before: |
      # Get latest pnpm version, in case the custom docker image was not updated
      # Until this issue gets resolved - https://github.com/gitpod-io/gitpod/issues/12551
      curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
    init: |
      pnpm install
      pnpm run build
    command: |
      .gitpod/gitpod-setup.sh
vscode:
  extensions:
    - astro-build.astro-vscode
    - esbenp.prettier-vscode
    - dbaeumer.vscode-eslint
ports:
  - port: 4321
    onOpen: open-preview
github:
  prebuilds:
    # enable for the master/default branch (defaults to true)
    master: true
    # enable for all branches in this repo (defaults to false)
    branches: true
    # enable for pull requests coming from this repo (defaults to true)
    pullRequests: true
    # enable for pull requests coming from forks (defaults to false)
    pullRequestsFromForks: true
    # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
    addComment: true
    # add a "Review in Gitpod" button to pull requests (defaults to false)
    addBadge: false
    # add a label once the prebuild is ready to pull requests (defaults to false)
    addLabel: prebuilt-in-gitpod
ylan/github-api-option&id=48635fd9105c0f7cc2a47a2584123a175b43a04b&follow=1'>[types] allow onLoad plugin callbacks to return undefined (#6346)Gravatar Silver 1-1/+1 Returning undefined simply falls through to the next plugin, or to the default loader. This is defined by esbuild, and supported by Bun, but the types don't reflect it properly. 2023-10-06docs: `file.stream()` is not a promise (#6337)Gravatar Paul Nodet 1-1/+1