diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 17:54:17 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 17:54:17 -0400 |
commit | 20a388db56d380d5520bf90ccb596fbbb2eae468 (patch) | |
tree | 59480c2842508e356796e2a1f7c49428c2e209f4 /extension/package.json | |
parent | 6acf607cac52f475f54312968afcf03022f7868f (diff) | |
download | sncontinue-20a388db56d380d5520bf90ccb596fbbb2eae468.tar.gz sncontinue-20a388db56d380d5520bf90ccb596fbbb2eae468.tar.bz2 sncontinue-20a388db56d380d5520bf90ccb596fbbb2eae468.zip |
openFile fix for codespaces
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 1219ca8e..2d83a58c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Refine code 10x faster", - "version": "0.0.13", + "version": "0.0.14", "publisher": "Continue", "engines": { "vscode": "^1.74.0" |