We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f3c36 commit 7affe8aCopy full SHA for 7affe8a
forc/src/cli/commands/lsp.rs
@@ -5,9 +5,5 @@ use sway_server::start;
5
pub(crate) struct Command {}
6
7
pub(crate) async fn exec(_command: Command) -> Result<(), String> {
8
- println!(
9
- "Running the {} language server...",
10
- sway_utils::constants::LANGUAGE_NAME
11
- );
12
Ok(start().await)
13
}
0 commit comments