Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Send telemetry to usual VS Code extension pipeline #1569

Merged
merged 2 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gulp.task("clean", (done) => {

gulp.task("genAikey", (done) => {
const packageJson = JSON.parse(fs.readFileSync("package.json"));
packageJson.aiKey = "f1e4de2f-62b0-45e1-b36e-9216f21bd08e";
packageJson.aiKey = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";
fs.writeFileSync("package.json", JSON.stringify(packageJson, null, 2) + "\n");
done();
});
Expand Down
Loading