debt - avoid any for timeout/interval (#249348)

This commit is contained in:
Benjamin Pasero
2025-05-20 20:08:25 +02:00
committed by GitHub
parent 814c210aa4
commit 2984f68510
50 changed files with 120 additions and 106 deletions

View File

@@ -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