mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 11:19:32 +00:00
replace void 0 with undefined
This commit is contained in:
@@ -19,7 +19,7 @@ export function getDocumentContext(documentUri: string, workspaceFolders: Worksp
|
||||
return folderURI;
|
||||
}
|
||||
}
|
||||
return void 0;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user