diff --git a/README.md b/README.md index 9fd378d..cd65e50 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ This repository contains configurations to set up a Python development environment using VSCode's Dev Container feature. The environment includes Rye, uv, and Ruff. +![demo](assets/gif/ruff.gif) + +If the Ruff format does not work, try reloading the VS Code window. +Specifically, you can solve this problem by following the steps below. + +1. Type `⌘+⇧+P` to open the command palette +2. Type `Developer: Reload Window` in the command palette to reload the window + ## Contents The following are the features. diff --git a/assets/gif/ruff.gif b/assets/gif/ruff.gif new file mode 100644 index 0000000..f515dfe Binary files /dev/null and b/assets/gif/ruff.gif differ