From 84335c720323eee4767e38a6e3ec261d436fb18d Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Fri, 8 Sep 2023 16:54:20 +0800 Subject: [PATCH] fixup! Update descriptions for `github` context --- languageservice/src/context-providers/descriptions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/languageservice/src/context-providers/descriptions.json b/languageservice/src/context-providers/descriptions.json index f66347d..2df16ab 100644 --- a/languageservice/src/context-providers/descriptions.json +++ b/languageservice/src/context-providers/descriptions.json @@ -132,6 +132,9 @@ "repository_owner": { "description": "The repository owner's username. For example, `octocat`." }, + "repository_owner_id": { + "description": "The repository owner's account ID. For example, `1234567`. Note that this is different from the owner's name." + }, "repositoryUrl": { "description": "The Git URL to the repository. For example, `git://github.com/octocat/hello-world.git`." },