mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rename version to vscodeVersion
This commit is contained in:
parent
c54dcd0b0c
commit
57628ec244
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export class MetricsMainService extends Disposable implements IMetricsService {
|
||||||
// custom properties we identify
|
// custom properties we identify
|
||||||
this._initProperties = {
|
this._initProperties = {
|
||||||
commit,
|
commit,
|
||||||
version,
|
vscodeVersion: version,
|
||||||
os,
|
os,
|
||||||
quality,
|
quality,
|
||||||
distinctId: this.distinctId,
|
distinctId: this.distinctId,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue