Skip to content

Commit

Permalink
Add vscode links (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 9, 2022
1 parent f86efcc commit f801c2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Many editors have support for Rust. Visit the following link to find out how to
configure your editor:
https://www.rust-lang.org/tools

A popular editor is Visual Studio Code:

- [Visual Studio Code] editor.
- [Rust Analyzer] for Rust language support.
- [CodeLLDB] for step-through-debugging.

[Visual Studio Code]: https://code.visualstudio.com
[Rust Analyzer]: https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
[CodeLLDB]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb

## Install the Soroban CLI

The Soroban CLI can execute Soroban contracts in the same environment the
Expand Down

0 comments on commit f801c2d

Please sign in to comment.