From 69f4a6c284aea027c2ca6e388c088c27051398cc Mon Sep 17 00:00:00 2001 From: Badstagram Date: Mon, 15 Dec 2025 15:23:12 +0000 Subject: [PATCH] fix(vscode): pass data explicitly --- Library/Application Support/Code/User/keybindings.json.tmpl | 2 +- private_dot_config/Code/User/keybindings.json.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Application Support/Code/User/keybindings.json.tmpl b/Library/Application Support/Code/User/keybindings.json.tmpl index de6ce5f..01aa9fd 100644 --- a/Library/Application Support/Code/User/keybindings.json.tmpl +++ b/Library/Application Support/Code/User/keybindings.json.tmpl @@ -1 +1 @@ -{{- template "keybindings.json" -}} +{{- template "keybindings.json" .}} diff --git a/private_dot_config/Code/User/keybindings.json.tmpl b/private_dot_config/Code/User/keybindings.json.tmpl index de6ce5f..01aa9fd 100644 --- a/private_dot_config/Code/User/keybindings.json.tmpl +++ b/private_dot_config/Code/User/keybindings.json.tmpl @@ -1 +1 @@ -{{- template "keybindings.json" -}} +{{- template "keybindings.json" .}}