Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new install proprosed api #117059

Merged
merged 2 commits into from Feb 22, 2021
Merged

new install proprosed api #117059

merged 2 commits into from Feb 22, 2021

Conversation

sbatten
Copy link
Member

@sbatten sbatten commented Feb 19, 2021

This PR implements #117058

@sbatten sbatten added this to the February 2021 milestone Feb 19, 2021
@sbatten sbatten requested a review from jrieken February 19, 2021 16:33
@sbatten sbatten self-assigned this Feb 19, 2021
@@ -388,6 +388,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
const extensionMode = extensionDescription.isUnderDevelopment
? (this._initData.environment.extensionTestsLocationURI ? ExtensionMode.Test : ExtensionMode.Development)
: ExtensionMode.Production;
const installAge = new Date().valueOf() - new Date(this._initData.telemetryInfo.firstSessionDate).valueOf();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Date.now() and instance.getTime() instead?

@sbatten sbatten requested a review from jrieken February 22, 2021 16:13
@sbatten sbatten merged commit 072ec46 into main Feb 22, 2021
@sbatten sbatten deleted the newInstall branch February 22, 2021 16:20
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants