问题
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