Style fixes
This commit is contained in:
parent
b133a3b55c
commit
4924867b3b
@ -85,7 +85,10 @@ export class HintsUpdater {
|
||||
range: hint.range,
|
||||
renderOptions: { after: { contentText: `: ${hint.label}` } }
|
||||
}));
|
||||
return editor.setDecorations(typeHintDecorationType, newDecorations);
|
||||
return editor.setDecorations(
|
||||
typeHintDecorationType,
|
||||
newDecorations
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user