2023-03-15 21:52:13 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: LicenseRef-CCPL
|
|
|
|
|
2021-06-12 20:33:08 +00:00
|
|
|
image:
|
|
|
|
file: config/gitpod/Dockerfile
|
|
|
|
|
|
|
|
ports:
|
|
|
|
- port: 25565
|
|
|
|
onOpen: notify
|
|
|
|
|
|
|
|
vscode:
|
|
|
|
extensions:
|
|
|
|
- eamodio.gitlens
|
|
|
|
- github.vscode-pull-request-github
|
|
|
|
- ms-azuretools.vscode-docker
|
|
|
|
- redhat.java
|
|
|
|
- richardwillis.vscode-gradle
|
|
|
|
- vscjava.vscode-java-debug
|
|
|
|
- vscode.github
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
- name: Setup pre-commit hool
|
2022-09-11 13:11:32 +00:00
|
|
|
init: pre-commit install --allow-missing-config
|
2021-06-12 20:33:08 +00:00
|
|
|
- name: Install npm packages
|
|
|
|
init: npm ci
|