Skip to content

Commit 8804d3c

Browse files
Merge pull request #280269 from ggailey777/patch-3
[Functions] Clarify that npm is required to update Core Tools from VS…
2 parents 6e1fc5f + 8e0c0a6 commit 8804d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-install-core-tools-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 08/02/2023
5+
ms.date: 07/08/2024
66
ms.author: glenga
77
---
88

@@ -12,4 +12,4 @@ The Azure Functions extension for Visual Studio Code integrates with Azure Funct
1212

1313
In Visual Studio Code, select F1 to open the command palette, and then search for and run the command **Azure Functions: Install or Update Core Tools**.
1414

15-
This command starts a package-based installation of the latest version of Core Tools.
15+
This command tries to either start a package-based installation of the latest version of Core Tools or update an existing package-based installation. If you don't have npm or Homebrew installed on your local computer, you must instead [manually install or update Core Tools](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).

0 commit comments

Comments
 (0)