Skip to content
Draft
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
1 change: 1 addition & 0 deletions packages/kilo-vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin/
.vite-port
208 changes: 117 additions & 91 deletions packages/kilo-vscode/docs/ui-implementation-plan.md

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion packages/kilo-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"watch": "npm-run-all -p watch:*",
"watch:esbuild": "pnpm run prepare:cli-binary && node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"watch:vite": "vite --config webview-ui/vite.config.ts",
"package": "pnpm run prepare:cli-binary && pnpm run check-types && pnpm run lint && node esbuild.js --production",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
Expand All @@ -159,7 +160,9 @@
"prettier": "^3.8.1",
"qrcode": "^1.5.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
},
"dependencies": {
"eventsource": "^2.0.2",
Expand Down
Loading
Loading