Question

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

Was it helpful?

Solution 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.

OTHER TIPS

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

Set Include in VSIX = true

Include in VSIX

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top