mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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 {
|
interface RustSourceFile {
|
||||||
/*
|
/**
|
||||||
* Source of the token to cancel in-flight inlay hints request if any.
|
* Source of the token to cancel in-flight inlay hints request if any.
|
||||||
*/
|
*/
|
||||||
inlaysRequest: null | vscode.CancellationTokenSource;
|
inlaysRequest: null | vscode.CancellationTokenSource;
|
||||||
|
|
Loading…
Reference in a new issue