Skip to content

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

Description

@yunnysunny

if(Array.FindIndex(DirScenePaths, path
=> ScenePath.StartsWith(path, StringComparison.OrdinalIgnoreCase)) != -1)
{
if(ScenePath != ShellList.MENUPATH_BACKGROUND)
{
if(!Arguments.IsNullOrWhiteSpace()) Arguments += " ";
Arguments += "\"%V\"";//自动加目录后缀
}

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions