Skip to content

Commit

Permalink
build - Update telemetry wrapper to 0.14.0 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Jun 20, 2024
1 parent 10a3140 commit b66179c
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 71 deletions.
272 changes: 203 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
"lodash": "^4.17.21",
"minimatch": "^5.1.6",
"semver": "^7.3.8",
"vscode-extension-telemetry-wrapper": "^0.13.2",
"vscode-extension-telemetry-wrapper": "^0.14.0",
"vscode-tas-client": "^0.1.75"
}
}
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { newJavaFile } from "./explorerCommands/new";

export async function activate(context: ExtensionContext): Promise<void> {
contextManager.initialize(context);
await initializeFromJsonFile(context.asAbsolutePath("./package.json"), { firstParty: true });
await initializeFromJsonFile(context.asAbsolutePath("./package.json"));
await initExpService(context);
await instrumentOperation("activation", activateExtension)(context);
addExtensionChangeListener(context);
Expand Down

0 comments on commit b66179c

Please sign in to comment.