Introducing `ato inspect` 🔍
`ato inspect` let's you review which pins are connected and which are still free on a specific chip in your design.
Just run `ato inspect` and follow the prompt. You can also run `ato inspect --inspect <instance-you-want-to-inspect> --context <context-in-which-you-inspect>`. This will produce the table below. Blue lines have not been connected to and grey lines have been.
<img width="1452" alt="Screenshot 2024-02-22 at 09 39 19" src="https://github.com/atopile/atopile/assets/9785003/a5551294-4af3-4c4a-824d-9e3c18734ea4">
<br/>
Check out the video 📺 <a href="https://youtu.be/xwaqv_Ys9Ic">here</a>
What's else changed
* Move VSX extension out of main CD by mawildoer in https://github.com/atopile/atopile/pull/168
* Always handle ato errors when muffling fatailities by mawildoer in https://github.com/atopile/atopile/pull/171
* Error for signal/pin ~ non-signal/pin by Timot05 in https://github.com/atopile/atopile/pull/173
* Inspect improvements by Timot05 in https://github.com/atopile/atopile/pull/172
**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.18...v0.2.19