We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dafa9b8 + 0d6f7aa commit c4a1646Copy full SHA for c4a1646
2 files changed
src/lib/api-config.ts
@@ -7,7 +7,7 @@ export const standardHeaders = () => ({
7
accept: "application/json",
8
})
9
10
-const COPILOT_VERSION = "0.33.5"
+const COPILOT_VERSION = "0.35.0"
11
const EDITOR_PLUGIN_VERSION = `copilot-chat/${COPILOT_VERSION}`
12
const USER_AGENT = `GitHubCopilotChat/${COPILOT_VERSION}`
13
src/services/get-vscode-version.ts
@@ -1,4 +1,4 @@
1
-const FALLBACK = "1.106.3"
+const FALLBACK = "1.107.0"
2
3
export async function getVSCodeVersion() {
4
const controller = new AbortController()
0 commit comments