chore(vscode-ide-companion): refactor directory structure

This commit is contained in:
yiliang114
2025-12-08 00:54:26 +08:00
parent e47263f7c9
commit be71976a1f
81 changed files with 409 additions and 1540 deletions

View File

@@ -7,11 +7,7 @@
/* eslint-env node */
/** @type {import('tailwindcss').Config} */
export default {
content: [
// Progressive adoption strategy: Only scan newly created Tailwind components
'./src/webview/**/**/*.{js,jsx,ts,tsx}',
'./src/webview/components/ui/CheckboxDisplay.tsx',
],
content: ['./src/webview/**/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {
keyframes: {