Вопрос

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