Friendly PSA for Singer SDK developers (and other ...
# singer-tap-development
a
Friendly PSA for Singer SDK developers (and other Python devs) who are using VS Code and Poetry: Poetry support just launched natively in VS Code. I’ve created an issue to track and monitor how this makes things easier and/or different for Python devs using the SDK. The good news is that for Poetry-based projects, VS Code will automatically detect your Poetry virtual environment. • You might need to select the interpreter annotated with the ‘poetry’ marker from the interpreters list. • You might also notice that VS Code Terminal windows default to launching with your virtual environment already activated. Note: because Meltano also uses Poetry, this equally applies for Meltano code contributors. 🎉