summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-03 00:21:52 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-03 00:21:52 -0400
commit529279abf16cc8d7f2e4340819b9a8e945202185 (patch)
tree42bf106510923de9565a5224504427590cb38b5e /extension/package.json
parent157a815e9126a8eb6b3c05848d2f5159d2f89844 (diff)
downloadsncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.tar.gz
sncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.tar.bz2
sncontinue-529279abf16cc8d7f2e4340819b9a8e945202185.zip
forgotten changes
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json
index 2d83a58c..13086954 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.14",
+ "version": "0.0.16",
"publisher": "Continue",
"engines": {
"vscode": "^1.74.0"
@@ -161,7 +161,7 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"package": "cp ./config/prod_config.json ./config/config.json && mkdir -p ./build && vsce package --out ./build && cp ./config/dev_config.json ./config/config.json",
- "full-package": "cd ../continuedev && poetry build && cp ./dist/continuedev-0.1.0-py3-none-any.whl ../extension/scripts/continuedev-0.1.0-py3-none-any.whl && cd ../extension && npm run typegen && npm run clientgen && cd react-app && npm run build && cd .. && npm run package",
+ "full-package": "cd ../continuedev && poetry build && cp ./dist/continuedev-0.1.1-py3-none-any.whl ../extension/scripts/continuedev-0.1.1-py3-none-any.whl && cd ../extension && npm run typegen && npm run clientgen && cd react-app && npm run build && cd .. && npm run package",
"install-extension": "code --install-extension ./build/continue-0.0.8.vsix",
"uninstall": "code --uninstall-extension .continue",
"reinstall": "rm -rf ./build && npm run package && npm run uninstall && npm run install-extension"