canonical / is-charms-contributing-guide

The code contributing guide for the IS charms team
Apache License 2.0
2 stars 1 forks source link

IDE Setup guide for VS Code #37

Closed yanksyoon closed 1 year ago

yanksyoon commented 1 year ago

This PR serves as a guide to do basic setup for VS Code to help facilitate development using Python.

This is because default flake 8 and vs-code extensions do not follow the project setup and may be inconvenient for statically checking errors post-development when the feedback could be received during development.