質問

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