Skip to content

Commit 4648a21

Browse files
authored
[Functions] Clarify that npm is required to update Core Tools from VS Code
1 parent 0bc3677 commit 4648a21

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 starts a package-based installation of the latest version of Core Tools using npm. If you don't have npm installed on your local computer, you instead must [manually install or update Core Tools](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).

0 commit comments

Comments
 (0)