소스 검색

fix(codex): invoke Windows hook command through PowerShell

Jesse Vincent 2 달 전
부모
커밋
bc20cdaa55
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hooks/hooks-codex.json

+ 1 - 0
hooks/hooks-codex.json

@@ -7,6 +7,7 @@
           {
           {
             "type": "command",
             "type": "command",
             "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
             "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
+            "commandWindows": "& \"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
             "async": false
             "async": false
           }
           }
         ]
         ]