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
7 changes: 6 additions & 1 deletion src/.claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Bash(../node_modules/.bin/tsc:*)",
"Bash(NODE_OPTIONS=--max-old-space-size=8192 ../node_modules/.bin/tsc --noEmit)",
"Bash(bash:*)",
"Bash(cat:*)",
"Bash(chmod:*)",
"Bash(coffee:*)",
"Bash(curl:*)",
Expand All @@ -15,8 +16,11 @@
"Bash(git branch:*)",
"Bash(git checkout:*)",
"Bash(git commit:*)",
"Bash(git diff:*)",
"Bash(git push:*)",
"Bash(grep:*)",
"Bash(ln:*)",
"Bash(make:*)",
"Bash(node:*)",
"Bash(npm show:*)",
"Bash(npm view:*)",
Expand All @@ -30,6 +34,7 @@
"Bash(pnpm exec tsc:*)",
"Bash(pnpm i18n:*)",
"Bash(pnpm i18n:*:*)",
"Bash(pnpm i18n:update:*)",
"Bash(pnpm info:*)",
"Bash(pnpm list:*)",
"Bash(pnpm remove:*)",
Expand All @@ -43,7 +48,7 @@
"Bash(prettier -w:*)",
"Bash(psql:*)",
"Bash(python3:*)",
"Bash(timeout:*)",
"Bash(uv sync:*)",
"WebFetch",
"WebSearch",
"mcp__cclsp__find_definition",
Expand Down
1 change: 0 additions & 1 deletion src/packages/comm/x11-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* License: MS-RSL – see LICENSE.md for details
*/

//import { IconName } from "@cocalc/frontend/components/icon";
import { R_IDE } from "@cocalc/util/consts/ui";

type App = {
Expand Down
Loading