Big shoutout to justind000 🥳 for getting language support extension off the ground https://github.com/atopile/vscode-extension ✨
It's in alpha and needs slight configuration in your `settings.json` to start:
json
"atopile.importStrategy": "fromEnvironment",
"atopile.interpreter": [
"/Users/mattwildoer/Projects/vscode-python-tools-extension-template/.venv/bin/python"
],
You should be able to get the path to python running which python with your atopile virtual environment activated to populate the `"atopile.interpreter"` field.
Get the extension as a pre-release from VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=atopile.atopile
What's Changed
* Expressions: Tolerance printing fixes by hollinsky in https://github.com/atopile/atopile/pull/196
* Update copyright holder in license by mawildoer in https://github.com/atopile/atopile/pull/197
* change build location to elec/src by napowderly in https://github.com/atopile/atopile/pull/199
* Language server infrastructure by mawildoer in https://github.com/atopile/atopile/pull/200
**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.23...v0.2.24