mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -259,7 +259,7 @@ export function resolvePluginLspEnvironment(
|
||||
|
||||
// Resolve args
|
||||
if (resolved.args) {
|
||||
resolved.args = resolved.args.map(arg => resolveValue(arg))
|
||||
resolved.args = resolved.args.map((arg: string) => resolveValue(arg))
|
||||
}
|
||||
|
||||
// Resolve environment variables and add CLAUDE_PLUGIN_ROOT / CLAUDE_PLUGIN_DATA
|
||||
|
||||
Reference in New Issue
Block a user