From ddf00063c5edaf4e9e805b572cf7fa70c0659a25 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 14 Oct 2025 12:11:03 +0100 Subject: [PATCH] chore(cursor/ext): add jimeh.executable-on-save extension --- extensions.cursor.lock | 3 ++- settings.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/extensions.cursor.lock b/extensions.cursor.lock index 31321b2..aadecbb 100644 --- a/extensions.cursor.lock +++ b/extensions.cursor.lock @@ -1,5 +1,5 @@ # cursor Extensions -# Generated on Tue Oct 14 10:12:27 BST 2025 +# Generated on Tue Oct 14 12:09:27 BST 2025 alefragnani.project-manager@12.8.0 anthropic.claude-code@2.0.14 @@ -52,6 +52,7 @@ hoovercj.vscode-settings-cycler@1.0.1 humao.rest-client@0.25.0 hverlin.mise-vscode@0.59.0 jakearl.search-editor-apply-changes@0.1.1 +jimeh.executable-on-save@0.2.0 jnoortheen.nix-ide@0.5.0 joshbolduc.commitlint@2.6.3 joshmu.periscope@1.15.1 diff --git a/settings.json b/settings.json index fb06627..7a90a40 100644 --- a/settings.json +++ b/settings.json @@ -773,10 +773,10 @@ // "emeraldwalk.runonsave": { "commands": [ - { // Automatically chmod +x script files (first two bytes are `#!`). - "match": ".*", - "cmd": "if [ ! -x \"${file}\" ] && head -n 1 \"${file}\" | grep -q '^#!'; then echo \"Marking ${relativeFile} as executable...\" && chmod +x \"${file}\"; fi" - } + // { // Automatically chmod +x script files (first two bytes are `#!`). + // "match": ".*", + // "cmd": "if [ ! -x \"${file}\" ] && head -n 1 \"${file}\" | grep -q '^#!'; then echo \"Marking ${relativeFile} as executable...\" && chmod +x \"${file}\"; fi" + // } ] }, //