diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-21 16:43:20 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-21 16:43:20 -0700 |
commit | 49bde0769d02b626df507c58366f763f0fdfc05e (patch) | |
tree | 818121f345cd297c92c293054259ccc9709c6070 /extension/src/activation | |
parent | b97ceee5cad5f3a645f067353aa33c17dfcf0a60 (diff) | |
parent | ec1538856007fa60a778a65793f072b0d4b7d3b9 (diff) | |
download | sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.tar.gz sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.tar.bz2 sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/src/activation')
-rw-r--r-- | extension/src/activation/environmentSetup.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index c341db39..94481430 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -139,7 +139,7 @@ export async function getPythonPipCommands() { if (!versionExists) { vscode.window.showErrorMessage( - "Continue requires Python3 version 3.8 or greater. Please update your Python3 installation, reload VS Code, and try again." + "Continue requires Python version 3.8 or greater. Please update your Python installation, reload VS Code, and try again." ); throw new Error("Python3.8 or greater is not installed."); } |