Skip to content

Commit

Permalink
Merge pull request #288 from spydra-tech/feature-external-access
Browse files Browse the repository at this point in the history
Minor update to links
  • Loading branch information
ashwath-spdr authored Jan 26, 2024
2 parents 094e25a + 907714b commit 2919eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class Commands {
public static async openLink(link: Uri, linkTitle: string){
env.openExternal(link);

TelemetryLogger.instance().sendTelemetryEvent('OpenExternalLink', {'link': link.toString(), linkTitle: linkTitle});
TelemetryLogger.instance().sendTelemetryEvent('OpenExternalLink', {'link': link.toString(), 'linkTitle': linkTitle});
}

}

0 comments on commit 2919eda

Please sign in to comment.