Skip to content

Commit

Permalink
perf: update kiota version
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethBWSong committed Sep 10, 2024
1 parent 9dc9cc7 commit 6bebf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export const TerminalName = "Teams Toolkit";
export const InstallCopilotChatLink = "https://aka.ms/install-github-copilot-chat";

export const KiotaExtensionId = "ms-graph.kiota";
export const KiotaMinVersion = "1.19.100000001";
export const KiotaMinVersion = "1.18.100000002";
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe("Lifecycle handlers", () => {
extensionKind: vscode.ExtensionKind.UI,
exports: {},
packageJSON: {
version: "1.19.100000001",
version: "1.18.100000002",
},
activate: () => Promise.resolve(),
});
Expand Down Expand Up @@ -172,7 +172,7 @@ describe("Lifecycle handlers", () => {
extensionKind: vscode.ExtensionKind.UI,
exports: {},
packageJSON: {
version: "1.20.24090901",
version: "1.19.24090901",
},
activate: () => Promise.resolve(),
});
Expand Down

0 comments on commit 6bebf00

Please sign in to comment.