Skip to content

Commit e2ea643

Browse files
committed
fix: MD030/list-marker-space
Manaul cleanup of non-regex replacements
1 parent e2b29e3 commit e2ea643

4 files changed

+9
-11
lines changed

docs/extensibility/ux-guidelines/per-monitor-awareness-extenders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Refer to the [High DPI Desktop Application Development on Windows](https://docs.
3434

3535
## Enabling PMA
3636
To enable PMA in Visual Studio, the following requirements need to be met:
37-
1) Windows 10 April 2018 Update (v1803, RS4) or later
38-
2) .NET Framework 4.8 RTM or greater
39-
3) Visual Studio 2019 with the ["Optimize rendering for screens with different pixel densities"](https://docs.microsoft.com/visualstudio/ide/reference/general-environment-options-dialog-box?view=vs-2019) option enabled
37+
1) Windows 10 April 2018 Update (v1803, RS4) or later
38+
2) .NET Framework 4.8 RTM or greater (currently ships as standalone preview or bundle with recent Windows Insider builds)
39+
3) Visual Studio 2019 with the ["Optimize rendering for screens with different pixel densities"](https://docs.microsoft.com/visualstudio/ide/reference/general-environment-options-dialog-box?view=vs-2019) option enabled
4040

4141
Once these requirements are met, Visual Studio will automatically enable PMA mode across the process.
4242

docs/sharepoint/how-to-add-a-property-to-sharepoint-projects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ ms.workload:
6262
This example requires references to the following assemblies:
6363

6464
- Microsoft.VisualStudio.SharePoint
65-
-
65+
6666
- Microsoft.VisualStudio.Shell
67-
-
67+
6868
- Microsoft.VisualStudio.Shell.Interop
69-
-
69+
7070
- Microsoft.VisualStudio.Shell.Interop.8.0
71-
-
71+
7272
- System.ComponentModel.Composition
7373

7474
## Deploy the extension

docs/sharepoint/how-to-add-a-shortcut-menu-item-to-sharepoint-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ms.workload:
3838
This example requires a class library project with references to the following assemblies:
3939

4040
- Microsoft.VisualStudio.SharePoint
41-
-
41+
4242
- System.ComponentModel.Composition
4343

4444
## Deploy the extension

docs/sharepoint/walkthrough-creating-a-site-column-project-item-with-a-project-template-part-1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,7 @@ ms.workload:
676676

677677
1. Restart Visual Studio with administrative credentials, and then open the SiteColumnProjectItem solution.
678678

679-
2.
680-
681-
3. In the SiteColumnProjectItemTypeProvider code file, add a breakpoint to the first line of code in the `InitializeType` method, and then choose the **F5** key to start debugging.
679+
2. In the SiteColumnProjectItemTypeProvider code file, add a breakpoint to the first line of code in the `InitializeType` method, and then choose the **F5** key to start debugging.
682680

683681
Visual Studio installs the extension to %UserProfile%\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Contoso\Site Column\1.0 and starts an experimental instance of Visual Studio. You will test the project item in this instance of Visual Studio.
684682

0 commit comments

Comments
 (0)