目录背景的命令设置代码中为何没有不添加 "%V" 参数?

Author: yunnysunnyCreated Apr 14, 2026Updated Apr 14, 2026

https://github.com/BluePointLilac/ContextMenuManager/blob/55507155dd8e49c7ab4606da97f2af192d590dfe/ContextMenuManager/Controls/NewShellDialog.cs#L139-L146

如上代码所示,现在的问题是添加完指定软件(比如说 VSCode)的目录背景的右键菜单,使用的时候不能将当前目录传输到软件中去,导致打开软件后内容是空的。

Source: BluePointLilac/ContextMenuManager