Skip to content

Commit e9c4ba6

Browse files
committed
consolidate related changes
1 parent c92cfab commit e9c4ba6

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
2828
**Updated articles**
2929

3030
- [Debug 64-Bit Applications](../debugger/debug-64-bit-applications.md) - Update article on errors related to 64-bit debugging
31-
- [Overview of the Visual Studio debugger](../debugger/debugger-feature-tour.md)
32-
- Update First Look articles
31+
- [Overview of the Visual Studio debugger](../debugger/debugger-feature-tour.md) - Update First Look articles
3332
- [Stop Debugging In Progress Dialog Box](../debugger/stop-debugging-in-progress-dialog-box.md) - Add link to Report a Problem
3433
- [View DLLs and executables in the Modules window (C#, C++, Visual Basic, F#)](../debugger/how-to-use-the-modules-window.md) - Clarify how to enable the Modules window
3534

3635
### Deployment
3736

3837
**Updated articles**
3938

40-
- [Enable and configure ClickOnce security settings in Visual Studio](../deployment/how-to-enable-clickonce-security-settings.md) - Update UI reference for ClickOnce Publishing
41-
- [Install prerequisites with a ClickOnce application](../deployment/how-to-install-prerequisites-with-a-clickonce-application.md) - Update UI reference for ClickOnce Publishing
42-
- [Specify ClickOnce Publish properties](../deployment/how-to-specify-where-visual-studio-copies-the-files.md) - Update UI reference for ClickOnce Publishing
43-
- [Use ClickOnce to deploy applications that can run on multiple versions of the .NET Framework](../deployment/how-to-use-clickonce-to-deploy-applications-that-can-run-on-multiple-versions-of-the-dotnet-framework.md) - Update UI reference for ClickOnce Publishing
44-
- [Publish ClickOnce applications](../deployment/publishing-clickonce-applications.md) - Update UI reference for ClickOnce Publishing
39+
- Update UI reference for ClickOnce Publishing
40+
- [Enable and configure ClickOnce security settings in Visual Studio](../deployment/how-to-enable-clickonce-security-settings.md)
41+
- [Install prerequisites with a ClickOnce application](../deployment/how-to-install-prerequisites-with-a-clickonce-application.md)
42+
- [Specify ClickOnce Publish properties](../deployment/how-to-specify-where-visual-studio-copies-the-files.md)
43+
- [Use ClickOnce to deploy applications that can run on multiple versions of the .NET Framework](../deployment/how-to-use-clickonce-to-deploy-applications-that-can-run-on-multiple-versions-of-the-dotnet-framework.md)
44+
- [Publish ClickOnce applications](../deployment/publishing-clickonce-applications.md)
4545

4646
### Extensibility
4747

@@ -51,10 +51,11 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
5151

5252
**Updated articles**
5353

54-
- [Editor extensibility concepts](../extensibility/visualstudio.extensibility/editor/editor-concepts.md) - Update documentation with 17.14 changes
55-
- [Extending the Visual Studio editor](../extensibility/visualstudio.extensibility/editor/editor.md) - Update documentation with 17.14 changes
56-
- [Extending Visual Studio editor with a new tagger](../extensibility/visualstudio.extensibility/editor/walkthroughs/taggers.md) - Update documentation with 17.14 changes
57-
- [Create Visual Studio user prompts](../extensibility/visualstudio.extensibility/user-prompt/user-prompts.md) - Update documentation with 17.14 changes
54+
- Update documentation for Visual Studio 17.14
55+
- [Editor extensibility concepts](../extensibility/visualstudio.extensibility/editor/editor-concepts.md)
56+
- [Extending the Visual Studio editor](../extensibility/visualstudio.extensibility/editor/editor.md)
57+
- [Extending Visual Studio editor with a new tagger](../extensibility/visualstudio.extensibility/editor/walkthroughs/taggers.md)
58+
- [Create Visual Studio user prompts](../extensibility/visualstudio.extensibility/user-prompt/user-prompts.md)
5859
- [Query the project API (VisualStudio.Extensibility)](../extensibility/visualstudio.extensibility/project/project.md) - Update query space description
5960

6061
### IDE
@@ -70,18 +71,21 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
7071
- [What is GitHub Copilot Completions for Visual Studio?](../ide/visual-studio-github-copilot-extension.md) - Add section on AI doc comments generation
7172
- [Visual Studio performance tips and tricks](../ide/visual-studio-performance-tips-and-tricks.md) - Update Visual Studio performance tips
7273
- [What's new in Visual Studio 2022](../ide/whats-new-visual-studio-2022.md) - Update What's New for 17.14
73-
- [Code style preferences and code cleanup](../ide/code-styles-and-code-cleanup.md) - Update code style preferences and EditorConfig article
74-
- [Define consistent coding styles with EditorConfig](../ide/create-portable-custom-editor-options.md) - Update code style preferences and EditorConfig article
7574
- [Add or remove imported namespaces (Visual Basic)](../ide/how-to-add-or-remove-imported-namespaces-visual-basic.md) - Update procedure for Visual Basic Import namespaces
76-
- [Sign application and deployment manifests](../ide/how-to-sign-application-and-deployment-manifests.md) - Update UI reference for ClickOnce Publishing
77-
- [Manage assembly and manifest signing](../ide/managing-assembly-and-manifest-signing.md) - Update UI reference for ClickOnce Publishing
7875
- [Use the Immediate window](../ide/reference/immediate-window.md) - Update article on the Immediate window
79-
- [JavaScript IntelliSense](../ide/javascript-intellisense.md) - Refactoring JavaScript/TypeScript editor content
76+
- [JavaScript IntelliSense](../ide/javascript-intellisense.md) - Refactor JavaScript/TypeScript editor content
8077
- [Add Visual Studio editor support for other languages](../ide/adding-visual-studio-editor-support-for-other-languages.md) - Updates for user feedback
8178
- [Customize the scroll bar](../ide/how-to-track-your-code-by-customizing-the-scrollbar.md) - Updates for user feedback on track changes
82-
- [Use GitHub Copilot for free in Visual Studio](../ide/copilot-free-plan.md) - Updates for changes to the first launch experience for Copilot Free
83-
- [Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md) - Updates for changes to the first launch experience for Copilot Free
84-
- [Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md) - Updates for changes to the first launch experience for Copilot Free
79+
- Update code style preferences and EditorConfig article
80+
- [Code style preferences and code cleanup](../ide/code-styles-and-code-cleanup.md)
81+
- [Define consistent coding styles with EditorConfig](../ide/create-portable-custom-editor-options.md)
82+
- Update UI Reference for ClickOnce Publishing
83+
- [Sign application and deployment manifests](../ide/how-to-sign-application-and-deployment-manifests.md)
84+
- [Manage assembly and manifest signing](../ide/managing-assembly-and-manifest-signing.md)
85+
- Updates for changes to the first launch experience for Copilot Free
86+
- [Use GitHub Copilot for free in Visual Studio](../ide/copilot-free-plan.md)
87+
- [Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md)
88+
- [Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md)
8589

8690
### JavaScript
8791

0 commit comments

Comments
 (0)