mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-08 16:46:42 +01:00
Bump minimum version of Copilot CLI in terminal (#3208)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# NOTE: This file intentionally keeps logic self‑contained (no external deps) so it can be dropped into PATH directly.
|
||||
|
||||
# Minimum required Copilot CLI version
|
||||
$RequiredVersion = "0.0.342"
|
||||
$RequiredVersion = "0.0.394"
|
||||
$PackageName = "@github/copilot"
|
||||
|
||||
function Invoke-NpmGlobalCommand {
|
||||
|
||||
@@ -29,7 +29,7 @@ import * as path from '../../../util/vs/base/common/path';
|
||||
* NOTE: This file intentionally keeps logic self‑contained (no external deps) so it can be dropped into PATH directly.
|
||||
*/
|
||||
|
||||
const REQUIRED_VERSION = '0.0.342';
|
||||
const REQUIRED_VERSION = '0.0.394';
|
||||
const PACKAGE_NAME = '@github/copilot';
|
||||
const env = { ...process.env, PATH: (process.env.PATH || '').replaceAll(`${__dirname}${path.delimiter}`, '').replaceAll(`${path.delimiter}${__dirname}`, '') };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user