From 46a22eb68c0130af31d44130457068e64522cefd Mon Sep 17 00:00:00 2001 From: Simon Parten Date: Mon, 20 May 2024 10:20:34 +0200 Subject: [PATCH] . --- .devcontainer/devcontainer.json | 2 +- .devcontainer/features/mill/install.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b62a90..c0ad0c6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ // //, "ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2": {} }, - "onCreateCommand": "mill -j 0 __.prepareOffline && mill -j 0 __.compile && mill -j 0 mill.bsp.BSP/install" + "onCreateCommand": "mill -j 0 __.prepareOffline && mill -j 0 __.compile && mill mill.bsp.BSP/install" // // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], diff --git a/.devcontainer/features/mill/install.sh b/.devcontainer/features/mill/install.sh index 3f2afe4..f09e4e6 100755 --- a/.devcontainer/features/mill/install.sh +++ b/.devcontainer/features/mill/install.sh @@ -4,6 +4,4 @@ set -e # Install Mill curl -L -o /usr/local/bin/mill https://raw.githubusercontent.com/lefou/millw/0.4.11/millw && chmod +x /usr/local/bin/mill -curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > /usr/local/bin/cs && chmod +x /usr/local/bin/cs - -cs install metals \ No newline at end of file +curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > /usr/local/bin/cs && chmod +x /usr/local/bin/cs \ No newline at end of file