fix(codex): sync hook status versions
This commit is contained in:
@@ -75,13 +75,13 @@
|
||||
"type": "command",
|
||||
"command": "node \"${PLUGIN_ROOT}/components/comment-checker/dist/cli.js\" hook post-tool-use",
|
||||
"timeout": 30,
|
||||
"statusMessage": "LazyCodex(0.1.0): Checking Comments"
|
||||
"statusMessage": "LazyCodex(0.1.1): Checking Comments"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-tool-use",
|
||||
"timeout": 60,
|
||||
"statusMessage": "LazyCodex(0.1.0): Checking LSP Diagnostics"
|
||||
"statusMessage": "LazyCodex(0.2.0): Checking LSP Diagnostics"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user