diff --git a/assets/vscode.png b/assets/vscode.png index 554a507576..afa7cf8a80 100644 Binary files a/assets/vscode.png and b/assets/vscode.png differ diff --git a/package.json b/package.json index a7cd40751d..2c183878a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "team", "displayName": "Visual Studio Team Services", "description": "Connect to Team Services, monitor your builds and manage your pull requests and work items for your source repositories", - "version": "1.113.0", + "version": "1.115.0", "publisher": "ms-vsts", "icon": "assets/team.png", "markdown": "standard", @@ -45,10 +45,6 @@ } ], "scm/title": [ - { - "command" : "team.AssociateWorkItems", - "group": "3_commit@4" - }, { "command" : "tfvc.Checkin", "group": "navigation@1", @@ -196,11 +192,6 @@ } }, "commands": [ - { - "command": "team.AssociateWorkItems", - "title": "Associate Work Items", - "category": "Team" - }, { "command": "team.OpenNewTask", "title": "Create Task", diff --git a/src/services/telemetry.ts b/src/services/telemetry.ts index ccc394b8f7..5380fea92c 100644 --- a/src/services/telemetry.ts +++ b/src/services/telemetry.ts @@ -16,7 +16,7 @@ export class Telemetry { private static _appInsightsClient: Client; private static _serverContext: TeamServerContext; private static _telemetryEnabled: boolean = true; - private static _extensionVersion: string = "1.113.0"; + private static _extensionVersion: string = "1.115.0"; private static _collectionId: string = "UNKNOWN"; //The collectionId can be updated later //Default to a new uuid in case the extension fails before being initialized private static _userId: string = uuid.v1(); //The userId can be updated later