VSCode Extension that wraps the Python3 package aac. This extension provides AaC commands at your fingertips within VSCode as well as providing language server features for an easier, more productive experience with AaC.
Features
Provides the complete list of AaC commands as VSCode Tasks
Provides an AaC Language Server
Requirements
This plugin relies on the Python package aac. In order to use this plugin, you must install aac locally. See the AaC Repository for how to install the AaC package.
Once the aac package is installed, verify that the installation is working correctly by running aac -h in a terminal. If you are presented with a list of commands with accompanying descriptions, the installation was successful.