Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 520 Bytes

VSCode Extension

A1 VSCode extension provides syntax highlighting for the A1 programming language, a high-level programming language for developing smart contracts for the Adamnite blockchain.

Testing

In order to test out the A1 VSCode extension, please run the following commands:

$ mkdir -p ~/.vscode/extensions/adamnite-a1.vscode-0.1.0
$ cp -R VSCodeExtension/* ~/.vscode/extensions/adamnite-a1.vscode-0.1.0/

Once the above commands are successfully executed, restart VSCode to apply the changes.