lsp: Add compile an decompile commands

This commit is contained in:
Sonny Piers 2023-03-19 22:14:42 +00:00 committed by James Westman
parent 8c3c43a34a
commit 6f4806bfb3
5 changed files with 74 additions and 3 deletions

View file

@ -8,6 +8,10 @@ If you learn something useful, please add it to this file.
python -m unittest
```
# Formatting
Blueprint uses [Black](https://github.com/psf/black) for code formatting.
# Build the docs
```sh