mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Don't assume VSCode internal commands in the server
This commit is contained in:
parent
44568007d1
commit
95fa278f30
3 changed files with 8 additions and 1 deletions
|
@ -1360,7 +1360,7 @@ pub(crate) mod command {
|
|||
pub(crate) fn trigger_parameter_hints() -> lsp_types::Command {
|
||||
lsp_types::Command {
|
||||
title: "triggerParameterHints".into(),
|
||||
command: "editor.action.triggerParameterHints".into(),
|
||||
command: "rust-analyzer.triggerParameterHints".into(),
|
||||
arguments: None,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue