Skip to content

Commit 0e4a8a6

Browse files
committed
Update TabCompletion verified snapshots for new TemplateEngine templates
The template_feed/Microsoft.TemplateEngine.Authoring.Templates directory adds template.json and templatepack templates that now appear in tab completion results.
1 parent fd7c0f2 commit 0e4a8a6

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.Create_GetAllSuggestions.verified.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,20 @@
125125
InsertText: slnf,
126126
Documentation: Create a solution filter file that references a parent solution
127127
},
128+
{
129+
Label: template.json,
130+
Kind: Value,
131+
SortText: template.json,
132+
InsertText: template.json,
133+
Documentation: A template for template.json configuration file for .NET template. See https://aka.ms/template-json-reference for complete configuration description.
134+
},
135+
{
136+
Label: templatepack,
137+
Kind: Value,
138+
SortText: templatepack,
139+
InsertText: templatepack,
140+
Documentation: A project for a template package containing .NET templates.
141+
},
128142
{
129143
Label: tool-manifest,
130144
Kind: Value,

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.RootCommand_GetAllSuggestions.verified.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,20 @@
125125
InsertText: slnf,
126126
Documentation: Create a solution filter file that references a parent solution
127127
},
128+
{
129+
Label: template.json,
130+
Kind: Value,
131+
SortText: template.json,
132+
InsertText: template.json,
133+
Documentation: A template for template.json configuration file for .NET template. See https://aka.ms/template-json-reference for complete configuration description.
134+
},
135+
{
136+
Label: templatepack,
137+
Kind: Value,
138+
SortText: templatepack,
139+
InsertText: templatepack,
140+
Documentation: A project for a template package containing .NET templates.
141+
},
128142
{
129143
Label: tool-manifest,
130144
Kind: Value,

0 commit comments

Comments
 (0)