Data Science Profile Template
Using profiles in VS Code can help keep things organized, especially for doing different kinds of work (web, data engineering, app development, etc.). There are also profile templates that can help you get a jumpstart for certain kinds of work. I recently used the Data Science Profile Template to set up a profile for doing work with Python and data projects. https://code.visualstudio.com/docs/editor/profiles#_data-science-profile-template I use Codeium instead of Copilot but otherwise kept everything else. What's nice is that it only loads the extensions I need for this kind of work like Jupyter Notebooks, Python, Black Formatter, etc., and not ones I don't e.g. Astro, React, MDX, Prettier, etc. 👏