Remove reference to file that no longer exists (#5360)

This commit is contained in:
Matt Rubens 2025-07-02 22:25:58 -04:00 committed by GitHub
parent c72f4a4b5e
commit 1cb69d2dc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,3 @@
- Use Tailwind CSS classes instead of inline style objects for new markup
- VSCode CSS variables must be added to webview-ui/src/index.css before using them in Tailwind classes
- Example: `<div className="text-md text-vscode-descriptionForeground mb-2" />` instead of style objects
# Adding a New Setting
To add a new setting that persists its state, follow the steps in docs/settings.md