mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
debt - avoid any for timeout/interval (#249348)
This commit is contained in:
@@ -446,7 +446,7 @@ export class CodeApplication extends Disposable {
|
||||
//#endregion
|
||||
|
||||
let macOpenFileURIs: IWindowOpenable[] = [];
|
||||
let runningTimeout: NodeJS.Timeout | undefined = undefined;
|
||||
let runningTimeout: Timeout | undefined = undefined;
|
||||
app.on('open-file', (event, path) => {
|
||||
path = normalizeNFC(path); // macOS only: normalize paths to NFC form
|
||||
|
||||
|
||||
Reference in New Issue
Block a user