Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/extension.ts", "src/activate/index.ts", "webview-ui/src/index.tsx"],
"project": ["src/**/*.ts", "webview-ui/src/**/*.{ts,tsx}"],
"ignore": [
"**/__mocks__/**",
"**/__tests__/**",
"**/test/**",
"**/*.test.ts",
"**/*.test.tsx",
"**/stories/**",
"bin/**",
"apps/vscode-e2e/**",
"packages/evals/**",
"src/extension/**",
"src/extension/api.ts",
"src/activate/**",
"src/workers/**",
"src/schemas/ipc.ts",
"src/workers/countTokens.ts",
"src/extension.ts",
"scripts/**",
"vitest.config.ts"
"scripts/**"
],
"workspaces": {
"src": {
"entry": ["extension.ts"],
"project": ["**/*.ts"]
},
"webview-ui": {
"entry": ["src/index.tsx"],
"project": ["src/**/*.{ts,tsx}"]
},
"packages/{build,cloud,evals,ipc,telemetry,types}": {
"project": ["src/**/*.ts"]
}
}
}
626 changes: 0 additions & 626 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions webview-ui/.storybook/main.ts

This file was deleted.

17 changes: 0 additions & 17 deletions webview-ui/.storybook/preview.ts

This file was deleted.

56 changes: 0 additions & 56 deletions webview-ui/.storybook/vscode.css

This file was deleted.

8 changes: 0 additions & 8 deletions webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"build": "tsc -b && vite build",
"build:nightly": "tsc -b && vite build --mode nightly",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"clean": "rimraf ../src/webview-ui/build ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
},
"dependencies": {
Expand Down Expand Up @@ -80,10 +78,6 @@
"@jest/globals": "^29.7.0",
"@roo-code/config-eslint": "workspace:^",
"@roo-code/config-typescript": "workspace:^",
"@storybook/addon-essentials": "^8.5.6",
"@storybook/blocks": "^8.5.6",
"@storybook/react": "^9.0.0",
"@storybook/react-vite": "^9.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
Expand All @@ -99,8 +93,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"storybook": "^9.0.0",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"typescript": "5.8.3",
"vite": "6.3.5"
Expand Down
29 changes: 0 additions & 29 deletions webview-ui/src/components/ui/chat/Chat.tsx

This file was deleted.

100 changes: 0 additions & 100 deletions webview-ui/src/components/ui/chat/ChatInput.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions webview-ui/src/components/ui/chat/ChatInputProvider.ts

This file was deleted.

Loading
Loading