How to update Jayvee
Jayvee is consistently getting updates. To ensure you use the most recent version, please regularly update the interpreter and VSCode extension.
Update Jayvee + Extension
To update Jayvee, you need to:
- Update the interpreter by reinstalling it using npm:
npm install -g @jvalue/jayvee-interpreter
Note: Updating to a specific version works using the @
-syntax, e.g., version 0.0.17
:
npm install -g @jvalue/jayvee-interpreter@0.0.17
- Update your VSCode Extension:
Go here to find the latest(or a specific) version of the VSCode Extenstion.
Then, download the latest
jayvee.vsix
file.Finally, to install the extension using the CLI, paste the code below into your command line:
code --install-extension jayvee.vsix
If you'd rather use the manual installation, follow this link for the official VSCode documentation.
Version Check
To verify wether the wanted version of Jayvee and VSCode extension where installed successfully, you can run in your command line:
For Jayvee:
jv -V
For the VSCode extension:
Go to the extensions menu, and look for Jayvee
. The version is then displayed on the information page of the extension.