【发布时间】:2020-05-20 01:06:32
【问题描述】:
我想在我的扩展程序DisplayName 中使用冒号 (:)。我已经修改了我的 .vsixmanifest 文件:
<DisplayName>Foo:Bar & Baz</DisplayName>
但是,在构建时我收到一个错误:
Error trying to read the VSIX manifest file "obj\x86\Debug\extension.vsixmanifest".
The given path's format is not supported.
docs 没有说明任何字符限制,只是 DisplayName 必须少于 50 个字符。
我什至尝试过对冒号进行编码,但我得到了相同的错误消息(上图)。
<DisplayName>Foo:Bar & Baz</DisplayName>
这里面还有吗?
【问题讨论】:
标签: visual-studio-2019 visual-studio-extensions vsix vsixmanifest