<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VS Code on René Welches</title><link>https://blog.renewelches.com/tags/vs-code/</link><description>Recent content in VS Code on René Welches</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 07 Apr 2026 11:45:10 -0400</lastBuildDate><atom:link href="https://blog.renewelches.com/tags/vs-code/index.xml" rel="self" type="application/rss+xml"/><item><title>Switching from Black to Ruff for Python Formatting in VS Code</title><link>https://blog.renewelches.com/2026/04/07/vscode-python-formatting-ruff/</link><pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.renewelches.com/2026/04/07/vscode-python-formatting-ruff/</guid><description>&lt;h1 id="switching-from-black-to-ruff-for-python-formatting-in-vs-code"&gt;Switching from Black to Ruff for Python Formatting in VS Code&lt;/h1&gt;
&lt;p&gt;In a &lt;a href="https://blog.renewelches.com/2025/11/11/vscode-python-formatter/"&gt;previous post&lt;/a&gt; I set up Black, isort, and Mypy to keep my Python code clean in VS Code. That setup worked well for a while, but I kept running into a frustrating problem: whenever I followed along with official examples from Anthropic or other third-party libraries, VS Code would light up with dozens of errors. The strict Black + Mypy configuration was fighting me more than helping me.&lt;/p&gt;</description></item><item><title>Setting Up Python Code Formatting in Visual Studio Code</title><link>https://blog.renewelches.com/2025/11/11/vscode-python-formatter/</link><pubDate>Tue, 11 Nov 2025 00:00:00 +0000</pubDate><guid>https://blog.renewelches.com/2025/11/11/vscode-python-formatter/</guid><description>&lt;h1 id="setting-up-python-formatting-in-vs-code-with-black-and-isort"&gt;Setting Up Python Formatting in VS Code with Black and isort&lt;/h1&gt;
&lt;p&gt;Want to make your Python code look clean and consistent without thinking about it? This guide will show you how to configure Black, isort, and Mypy in VS Code to automatically format your code and organize imports every time you hit save.&lt;/p&gt;
&lt;h2 id="why-use-these-tools"&gt;Why Use These Tools?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Black&lt;/strong&gt; is an opinionated Python formatter that takes care of all your formatting decisions.&lt;/p&gt;</description></item></channel></rss>