-
Make sure you have installed VS Code. Tested version for this tutorial is VS Code 1.33.1.
-
Download the VS Code extension file
CogniCryptLSP-0.0.1.vsix
from https://github.com/MagpieBridge/CryptoLSPDemo/releases. -
Select
Extensions >> Install from VSIX...
and chooseCogniCryptLSP-0.0.1.vsix
to install the extension. -
Restart VS Code.
-
Open a Java File in VS Code will trigger CogniCryptLSP to run. You can use RSA.java to test.
-
Select
View >> Problems
to see the crypto errors.
- To rerun CogniCryptLSP in a changed Java File, simply save the file.
Questions? Ask Linghui Luo