Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1010 Bytes

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

File metadata and controls

15 lines (11 loc) · 1010 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
07/08/2024
glenga

Install or update Core Tools

The Azure Functions extension for Visual Studio Code integrates with Azure Functions Core Tools so that you can run and debug your functions locally in Visual Studio Code using the Azure Functions runtime. Before getting started, it's a good idea to install Core Tools locally or update an existing installation to use the latest version.

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.

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.