From 458aadcbef981fd7183cf37591544332e015e43d Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sun, 21 Jul 2024 20:15:28 +0200 Subject: [PATCH] Add os and vscode info to diagnostic logging --- src/commands/Diagnostics.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/Diagnostics.ts b/src/commands/Diagnostics.ts index 147c063c..d11530a0 100644 --- a/src/commands/Diagnostics.ts +++ b/src/commands/Diagnostics.ts @@ -1,5 +1,5 @@ import { Folders } from './Folders'; -import { ViewColumn, commands, workspace } from 'vscode'; +import { ViewColumn, commands, version, workspace } from 'vscode'; import ContentProvider from '../providers/ContentProvider'; import { join } from 'path'; import { ContentFolder } from '../models'; @@ -37,6 +37,8 @@ export class Diagnostics { Beta: \`${Extension.getInstance().isBetaVersion()}\` Version: \`${Extension.getInstance().version}\` +OS: \`${process.platform}\` +VSCode version: \`${version}\` ## Project name