Skip to content

Commit

Permalink
Mark event as activation event (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored Dec 19, 2018
1 parent 5593d2b commit 7b3db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ namespace Configuration {

function activateLanguageClient(ctx: vscode.ExtensionContext): void {
// Don't wait
// tslint:disable-next-line:no-function-expression
callWithTelemetryAndErrorHandling('docker.languageclient.activate', async function (this: IActionContext): Promise<void> {
this.properties.isActivationEvent = 'true';
let serverModule = ctx.asAbsolutePath(
path.join(
"dist",
Expand Down

0 comments on commit 7b3db58

Please sign in to comment.