From d9b1b5f869bf06a5214d1acb508f65c9ef8560a0 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 11 Apr 2026 19:35:00 +0200 Subject: [PATCH] Add VSCode settings for file type associations --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fcfb87a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "files.associations": { + "**/app/install": "shellscript", + "**/app/dns-updater.service": "ini", + "build": "shellscript" + } +} \ No newline at end of file