Is it possible to include some predefined files in the VSIX container and then access them by the extension?

有帮助吗?

解决方案 2

In the .vsixmanifest designer select Assets - New - Select type and file name. Or directly edit .vsixmanifest Assets node. These files will be deployed to the same directory as the main extension dll.

其他提示

In Solution Explorer, right click the file and open Properties pane.

Set Include in VSIX = true

Include in VSIX

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top