mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Enable tslint number-literal-format
This commit is contained in:
@@ -853,7 +853,7 @@ export class HighlightingWorkbenchTree extends WorkbenchTree {
|
||||
|
||||
this.refresh().then(() => {
|
||||
if (topElement) {
|
||||
this.reveal(topElement, .5).then(_ => {
|
||||
this.reveal(topElement, 0.5).then(_ => {
|
||||
this.setSelection([topElement], this);
|
||||
this.setFocus(topElement, this);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user