从父目录转到子目录时出现此错误
Set-Location : Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'Path'. Specified method is not
supported.
At line:1 char:4
+ cd listing11,12,13
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-Location], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.SetLocationCommand
这说什么呢?该怎么解决?
答案 0 :(得分:1)
VS Code默认设置不允许在文件夹名称中使用某些特殊字符,而更改目录时请尝试使用-代替文件夹中的 ,否则请更改默认设置,您可以浏览vs代码here
的官方文档