rob-luke / emails-html-to-pdf

Convert emails without attachments to pdf and send as email
32 stars 7 forks source link

Add VSCode editor support #24

Closed deosrc closed 2 years ago

deosrc commented 2 years ago

Adding support for VSCode as a dev environment with devcontainer.

I've included a template gitignore as I was also getting __pycache__ files showing in git but I know many don't like these so feel free to revert the addition of the template. It will need the /env line keeping to ensure people don't accidentally commit their email credentials during development.

rob-luke commented 2 years ago

Hi @deosrc

Thanks for the contribution. Sorry for the delay evaluating your PR.

I dont use vscode. But if this helps you I am happy to merge it (anything to make it easier contributing is appreciate). Thanks for contributing. Maybe this will motivate me to try vscode.