Skip to content

Commit 90b2481

Browse files
authored
Merge branch 'live' into master
2 parents 49428ae + 927d8ee commit 90b2481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extensibility/getting-started-with-the-vsix-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can use the VSIX Project template to create an extension or to package an ex
4343

4444
1. Open the project from which to create a template. This project can be of any project type.
4545

46-
2. On the **File** menu, click **Export Template**. Complete the steps of the wizard.
46+
2. On the **Project** menu, click **Export Template**. Complete the steps of the wizard.
4747

4848
A .zip file is created in %USERPROFILE%\My Documents\Visual Studio *\<version>*\My Exported Templates\\.
4949

docs/test/customizing-code-coverage-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Included items must then not match any entries in the exclude list to remain inc
279279
<!-- Match attributes on any code element: -->
280280
<Attributes>
281281
<Exclude>
282-
<!Don't forget "Attribute" at the end of the name -->
282+
<!-- Don't forget "Attribute" at the end of the name -->
283283
<Attribute>^System\.Diagnostics\.DebuggerHiddenAttribute$</Attribute>
284284
<Attribute>^System\.Diagnostics\.DebuggerNonUserCodeAttribute$</Attribute>
285285
<Attribute>^System\.Runtime\.CompilerServices.CompilerGeneratedAttribute$</Attribute>

0 commit comments

Comments
 (0)