mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-24 01:15:41 +02:00
[ci skip] add gitpod config
This commit is contained in:
parent
fb97839610
commit
ad24dbd3a7
5
.gitpod.Dockerfile
vendored
Normal file
5
.gitpod.Dockerfile
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
|
||||
RUN brew install kotlin
|
8
.gitpod.yml
Normal file
8
.gitpod.yml
Normal file
@ -0,0 +1,8 @@
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- init: gradle compileKotlin
|
||||
vscode:
|
||||
extensions:
|
||||
- mathiasfrohlich.Kotlin@1.7.0:9xQZtwTUg4bdXHCMyxM7vQ==
|
||||
- fwcd.kotlin@0.2.11:moh8IDanzsIlhtK2IeiLmQ==
|
Loading…
Reference in New Issue
Block a user