Skip to content

Commit

Permalink
chore: add documentation to the nargo lsp command (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 4, 2023
1 parent 1c991d0 commit afc473d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/nargo_cli/src/cli/lsp_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ use tower::ServiceBuilder;
use super::NargoConfig;
use crate::errors::CliError;

/// Starts the Noir LSP server
///
/// Starts an LSP server which allows IDEs such as VS Code to display diagnostics in Noir source.
///
/// VS Code Noir Language Support: https://marketplace.visualstudio.com/items?itemName=noir-lang.vscode-noir
#[derive(Debug, Clone, Args)]
pub(crate) struct LspCommand;

Expand Down

0 comments on commit afc473d

Please sign in to comment.