Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Open in Editor and Open in Finder shortcuts fail with a missing path argument

Đang mở
#571 3 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
35/100
Loại issue
Lỗi
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Sôi nổi
Công nghệ
typescript

Hướng nghiên cứu

Bắt đầu với packages/core/src/node/context.ts và các RPC handler trong packages/core/src/node/rpc/public, sau đó kiểm tra packages/hub-ui/src/client/components/views-builtin/SettingsShortcuts.vue và packages/hub-ui/src/client/state/commands.ts của Devframe. Tái hiện sự cố bằng pnpm -C playgrounds/core run dev và các Shortcut được liệt kê. Công việc được xem là hoàn tất khi đã thống nhất hành vi của Shortcut và cả hai lệnh không còn tạo ra lỗi đường dẫn bị thiếu trong repository thích hợp.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

pending triage
Describe the bug

Settings → Shortcuts lets me assign shortcuts to Open in Editor and Open in Finder, but pressing either shortcut does nothing visible. The browser console reports:

Error: The "paths[1]" argument must be of type string. Received undefined

Both commands failed consistently when repeated. Cmd+K still opens the command palette normally.

Reproduction

Reproduced with the repository's core playground:

  1. Start the playground with pnpm -C playgrounds/core run dev after setting up the repository.
  2. Open the playground in Chrome and authorize Vite DevTools.
  3. Go to Settings → Shortcuts.
  4. Assign Ctrl+Shift+E to Open in Editor and Ctrl+Shift+Y to Open in Finder.
  5. Close the shortcut editor, focus the host page, and press each shortcut.

Neither action opens its target; both produce the error above. Each was repeated twice with the same result. This reproduction uses the existing playground rather than a separate reduced project.

Expected behavior

A shortcut offered in Settings should have a usable execution path. Could you clarify the intended behavior for these two commands: are they meant to support user-assigned shortcuts, and if so, where should the target path come from?

Code observations and ownership

The failing path crosses both repositories:

  • Vite DevTools registers these two commands with a required path: string and showInPalette: false. Its RPC handlers resolve that path against the workspace root. The intended target of these Vite-specific commands belongs here.
  • Devframe's @devframes/hub-ui owns the shortcut settings that offer these bindings and the keyboard dispatcher that calls execute(id) without arguments. Handling commands that require arguments may therefore need a change upstream in Devframe.

Filed here because this is reproducible in Vite DevTools with its built-in commands. Could you confirm the intended shortcut behavior and whether this issue should be transferred to devframes/devframe? These observations explain the missing-path error, but do not establish whether the intended resolution is to supply a target or restrict shortcut eligibility.

System Info
  • macOS, Chrome 153
  • Vite DevTools core playground; package version: 0.7.3
  • @devframes/hub and @devframes/hub-ui: 0.9.18
Used Package Manager

pnpm

Ngôn ngữ chính
TypeScript
Star
1.2k
Fork
89
Merge trung bình
18 giờ 46 phút
Pull request đã merge (30 ngày)
24

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của vitejs/devtools

Tất cả issue của vitejs/devtools

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.