Skip to content

Commit

Permalink
[ide] Disable the exit dialog on JetBrains IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored and iQQBot committed Apr 26, 2022
1 parent a9ae750 commit fb18378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ide/jetbrains/image/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apk add --no-cache --upgrade curl gzip tar unzip
RUN curl -sSLo backend.tar.gz "$JETBRAINS_BACKEND_URL" && tar -xf backend.tar.gz --strip-components=1 && rm backend.tar.gz
COPY --chown=33333:33333 components-ide-jetbrains-backend-plugin--plugin/build/distributions/gitpod-remote-0.0.1.zip /workdir
RUN unzip gitpod-remote-0.0.1.zip -d plugins/ && rm gitpod-remote-0.0.1.zip
RUN printf '\n-Dgtw.disable.exit.dialog=true\n' >> $(find /workdir/bin/ -name "*64.vmoptions")
# enable shared indexes by default
RUN printf '\nshared.indexes.download.auto.consent=true' >> "/workdir/bin/idea.properties"

Expand Down

0 comments on commit fb18378

Please sign in to comment.