Skip to content

Commit b53203c

Browse files
committed
fix: update fallback version for VSCode and increment Copilot version
1 parent 420dfe7 commit b53203c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/api-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const standardHeaders = () => ({
77
accept: "application/json",
88
})
99

10-
const COPILOT_VERSION = "0.35.0"
10+
const COPILOT_VERSION = "0.37.0"
1111
const EDITOR_PLUGIN_VERSION = `copilot-chat/${COPILOT_VERSION}`
1212
const USER_AGENT = `GitHubCopilotChat/${COPILOT_VERSION}`
1313

src/services/get-vscode-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const FALLBACK = "1.107.0"
1+
const FALLBACK = "1.109.0"
22

33
export async function getVSCodeVersion() {
44
const controller = new AbortController()

0 commit comments

Comments
 (0)