Skip to content

Commit

Permalink
fix: fix telemetry tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Dec 28, 2023
1 parent fdaa8cb commit fbc4147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type, release } from 'os';
import { readFileSync } from 'fs';
import { env } from 'vscode';

const CLIENT_NAME = 'Monokle CLI';
const CLIENT_NAME = 'Monokle VSCode';

export function getClientConfig() {
const pkg = JSON.parse(readFileSync(`${__dirname}/../package.json`, 'utf8'));
Expand Down

0 comments on commit fbc4147

Please sign in to comment.