Skip to content

Commit

Permalink
Add os and vscode info to diagnostic logging
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jul 21, 2024
1 parent adb5418 commit 458aadc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/Diagnostics.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -37,6 +37,8 @@ export class Diagnostics {
Beta: \`${Extension.getInstance().isBetaVersion()}\`
Version: \`${Extension.getInstance().version}\`
OS: \`${process.platform}\`
VSCode version: \`${version}\`
## Project name
Expand Down

0 comments on commit 458aadc

Please sign in to comment.