Skip to content

Add instruction to install vscode extension #1303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/build/getting-started/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ brew install flow-cli

For other ways of installing, please refer to the [installation guide].

### Flow Cadence VSCode Extension

Install the [Flow Cadence VSCode Extension] from the marketplace.

## Creating a New Project

To create a new project, navigate to the directory where you want to create your project and run:
Expand Down Expand Up @@ -401,6 +405,7 @@ In this tutorial, we've accomplished all of our learning objectives:

<!-- Relative-style links. Does not render on the page -->

[Flow Cadence VSCode Extension]: https://marketplace.visualstudio.com/items?itemName=onflow.cadence
[Flow Command Line Interface]: ../../tools/flow-cli/index.md
[Cadence]: https://cadence-lang.org/
[configuration docs]: ../../tools/flow-cli/flow.json/configuration.md
Expand Down