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.
2 parents 8bd14a3 + f778242 commit 0679d8cCopy full SHA for 0679d8c
editors/code/src/inlay_hints.ts
@@ -229,13 +229,13 @@ interface InlaysDecorations {
229
}
230
231
interface RustSourceFile {
232
- /*
233
- * Source of the token to cancel in-flight inlay hints request if any.
234
- */
+ /**
+ * Source of the token to cancel in-flight inlay hints request if any.
+ */
235
inlaysRequest: null | vscode.CancellationTokenSource;
236
/**
237
- * Last applied decorations.
238
+ * Last applied decorations.
239
cachedDecorations: null | InlaysDecorations;
240
241
document: RustDocument;
0 commit comments