Skip to content

Commit 7965cc8

Browse files
authored
Merge pull request #5717 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents d871b3e + fd8150a commit 7965cc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/extensibility/starting-to-develop-visual-studio-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In practice, we have found that the features most people want to extend are comm
4545

4646
- [Extending and Customizing Tool Windows](../extensibility/extending-and-customizing-tool-windows.md): extend existing tool windows or create your own tool windows. For instance, you could add new properties to the **Properties**, or you could create a new tool window to add additional features.
4747

48-
- [Editor and Language Service Extensions](../extensibility/editor-and-language-service-extensions.md): add your own customizations the IntelliSense provided for Visual Studio languages, or create support for new programming languages. You can create new statement completions, suggestions, and new QuickInfo tooltips. With light bulbs, you can add refactoring suggestions and code fixes to support new programming languages.
48+
- [Editor and Language Service Extensions](../extensibility/editor-and-language-service-extensions.md): add your own customizations to the IntelliSense provided for Visual Studio languages, or create support for new programming languages. You can create new statement completions, suggestions, and new QuickInfo tooltips. With light bulbs, you can add refactoring suggestions and code fixes to support new programming languages.
4949

5050
- [Extending Projects](../extensibility/extending-projects.md)
5151

@@ -89,4 +89,4 @@ In practice, we have found that the features most people want to extend are comm
8989

9090
## See also
9191

92-
- [Extending Visual Studio for Mac](/visualstudio/mac/extending-visual-studio-mac)
92+
- [Extending Visual Studio for Mac](/visualstudio/mac/extending-visual-studio-mac)

mac/azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure functions is a way to create and run event-driven snippets of code ––
1616

1717
Azure Function tools are included in **Visual Studio for Mac 7.5** and newer.
1818

19-
To create and deploy functions you also need an Azure subscription, which is available for free from [https://azure.com/free](https://azure.com/free).
19+
To create and deploy functions you also need an Azure subscription. If you don't have an Azure account, you can sign up today for free and receive 12 months of free popular services, $200 free credit and 25+ always free services -> [https://azure.com/free](https://azure.com/free/dotnet).
2020

2121
## Creating your first Azure Functions project
2222

0 commit comments

Comments
 (0)