From 09ca2ed17e49a4b7912229e8b05c243fa45899a3 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:43:28 -0500 Subject: [PATCH] Add super-useful app host field --- src/commands/help.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/help.ts b/src/commands/help.ts index 49050c316b..c11f93292b 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -57,5 +57,6 @@ OS: ${process.platform} OS Release: ${os.release()} Product: ${vscode.env.appName} Product Version: ${vscode.version} +App Host: ${vscode.env.appHost} Language: ${vscode.env.language}`; }