api todos and notebook date update (#225016)

pull/225025/head
Johannes Rieken 2024-08-07 09:07:02 +02:00 committed by GitHub
parent d4c4e690b9
commit 7380dcb04a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"July 2024\""
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"August 2024\""
},
{
"kind": 1,

View File

@ -28,6 +28,7 @@ declare module 'vscode' {
* @return An extension or `undefined`.
*/
export function getExtension<T = any>(extensionId: string, includeDifferentExtensionHosts: boolean): Extension<T> | undefined;
export function getExtension<T = any>(extensionId: string, includeDifferentExtensionHosts: true): Extension<T | undefined> | undefined;
/**
* All extensions across all extension hosts.