From 6077db63078a038d385a17628c4b271c0c0534a1 Mon Sep 17 00:00:00 2001 From: mrazauskas Date: Tue, 3 Feb 2026 14:34:54 +0200 Subject: [PATCH] chore: add `files.associations` to VSCode settings --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 90342a9..cf40c89 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,8 @@ "deno.enable": true, "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno" - } + }, + "files.associations": { + "**/bases/*.json": "jsonc" + }, }