Open maxime-poulain opened 2 years ago
Hi @Khaon,
But those templates won't be included
"Templates\gruntfile.js.txt"
"Templates\gulpfile.js.txt"
"Templates\package.json.txt"
Maybe this one will suffice
<Content Include="Templates\*.txt">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Hello,
I noticed that this razor component template introduced with e4e4b6e5b23295e5c3ccd3c10440835fcd5668cd is not included in the vsix package.
Simply because it is not configured to be included (see csproj).
Why not replace every
with
Doing so will ensure including template into the vsix package