From 77dcd6d096134a9b420d96fbd44b93012e2769f3 Mon Sep 17 00:00:00 2001 From: Timm Heuss Date: Fri, 4 Oct 2024 23:36:29 +0200 Subject: [PATCH] Create parent folders --- .auto.Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/.auto.Makefile b/.auto.Makefile index f673f32..60f2fe3 100644 --- a/.auto.Makefile +++ b/.auto.Makefile @@ -82,6 +82,7 @@ auto: \ touch .auto-compose.yml $(HOME)/Library/Application\ Support/Code/User/settings.json: + mkdir -p "$$HOME/Library/Application Support/Code/User/" @echo "{}" > "$$HOME/Library/Application Support/Code/User/settings.json" .auto-vscode-settings: .vscode-settings $(HOME)/Library/Application\ Support/Code/User/settings.json