mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-26 15:32:17 +00:00

Hopefully this will make tracking changes and merging future CC: Tweaked development easier! A lot of this is making whitespace and method ordering even with Tweaked to bring down the diffs, but it also fast forwards us to CC:T 1.99.0 features.
21 lines
436 B
YAML
21 lines
436 B
YAML
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
|
|
init: pre-commit install --config config/pre-commit/config.yml --allow-missing-config
|