- remove old usage of deno std 0.117.0
- Fix URL for downloading vscode packages
- Switch from yargs to cliffy (functionality should be equivalent currently)
- Check if deployment to deno.land/x still works after renaming the repo to deno_codeup
- Improve Readme & github repo description by listing "@codemonument" in there as a keyword
- allow self upgrading via
codeup upgrade-self(uses packagemodupfor this)
- change temp file generation to put the update zip at the end (suffixing the random portion) to avoid problems with zip unpack
- improve readme general package information and "How to use" section
- deploy to second deno module: https://deno.land/x/portable_vscode_manager
- regenerate description on deno.land/x
- complete rewrite, has a correct cli interface now with more options (is not complete yet, though)
- can now be installed via
deno install(see Readme)
- add a way to force extraction of files from update-zip even when some files are already available
- add better version reporting
- initial release
- IMPORTANT: This script assumes to be started inside an extracted vscode installation