mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Merge #3943
3943: vscode: fix indent r=matklad a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
0679d8cbe7
1 changed files with 5 additions and 5 deletions
|
@ -229,7 +229,7 @@ interface InlaysDecorations {
|
|||
}
|
||||
|
||||
interface RustSourceFile {
|
||||
/*
|
||||
/**
|
||||
* Source of the token to cancel in-flight inlay hints request if any.
|
||||
*/
|
||||
inlaysRequest: null | vscode.CancellationTokenSource;
|
||||
|
|
Loading…
Reference in a new issue