Attaching files in VSIX container

≯℡__Kan透↙ 提交于 2019-12-23 17:06:04

问题


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


回答1:


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.




回答2:


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

Set Include in VSIX = true



来源:https://stackoverflow.com/questions/23106519/attaching-files-in-vsix-container

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!