* Add a extensions.json file to .vscode
* Update .vscode/extensions.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add another extension to the VS Code recommended set
* Remove Python env extension from recommended extensions
* Adjust whitespacing
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
--- /dev/null
+{
+ "recommendations": [
+ "ms-python.mypy-type-checker",
+ "ms-python.python",
+ "ms-python.debugpy",
+ "ms-python.vscode-pylance",
+ "charliermarsh.ruff",
+ "esbenp.prettier-vscode"
+ ]
+}