Skip to content

Commit 0d6f7aa

Browse files
committed
feat: update Copilot version to 0.35.0 and fallback VSCode version to 1.107.0
1 parent ebcacb2 commit 0d6f7aa

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.33.5"
10+
const COPILOT_VERSION = "0.35.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.106.3"
1+
const FALLBACK = "1.107.0"
22

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

0 commit comments

Comments
 (0)