Skip to content

Commit

Permalink
Auto update references for commits, tags, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang authored and github-actions[bot] committed Oct 1, 2024
1 parent c942ace commit f6ad4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/src/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { pythonVersion, bashVersion } from './utils/version'

async function main (): Promise<void> {
try {
const vscodeVersion = '1.92.2'
const vscodeVersion = '1.93.1'
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion)
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath)

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* ------------------------------------------------------------------------------------------ */

// Required extension versions
export const bashVersion = '1.42.0'
export const pythonVersion = '2024.12.3'
export const bashVersion = '1.43.0'
export const pythonVersion = '2024.14.1'

0 comments on commit f6ad4d7

Please sign in to comment.