From 2760d3df2c6c8b18f49735aaa56a1c1de25a0595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=C3=A9rcio=20de=20Sousa?= Date: Sun, 19 Nov 2023 14:26:20 -0300 Subject: [PATCH] Install a host-spawn symlink for podman shim. --- com.visualstudio.code.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 0423117..7ce1205 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -139,6 +139,7 @@ modules: buildsystem: simple build-commands: - install -Dm755 host-spawn /app/bin/host-spawn + - ln -s host-spawn /app/bin/podman sources: - type: file url: https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-x86_64