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

Terminal > Run Bild Task is not working

Đang mở
#7,813 6 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
45/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
typescript, vscode
Lĩnh vực
devtools

Hướng nghiên cứu

Tái hiện sự cố trong VS Code web với các tác vụ được định nghĩa trong .vscode/tasks.json, bắt đầu từ Terminal > Run Task hoặc Run Build Task. Truy tìm lý do task picker không xuất hiện và so sánh các asset bị thiếu được báo cáo trong log; hoàn tất khi tên các tác vụ xuất hiện trong menu thả xuống mà không có lỗi trong console của trình duyệt.

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

Mô tả

bug code-server
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: Firefox / Chrome latest
  • Local OS: Windows 11 / Android
  • Remote OS: Arch Linux
    $ uname -a Linux server 7.0.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 17 May 2026 17:23:07 +0000 x86_64 GNU/Linux
  • Remote Architecture:
    $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 12 On-line CPU(s) list: 0-11 Vendor ID: GenuineIntel Model name: 12th Gen Intel(R) Core(TM) i5-12500
  • code-server --version:
    $ code-server --version 1.121.0 51bc3c0f09e7b990ee35044c18d275a691c2fdc2 x64 code-server: v4.121.0 Code: 1.121.0 Commit: 51bc3c0f09e7b990ee35044c18d275a691c2fdc2 Date: 2026-05-19T23:32:58Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36
Steps to Reproduce
  1. when click on Terminal > Run Task or Run Build Task
  2. no top drop menu show to select the tasks created on /.vscode/tasks.json
  3. no errors thrown on the browser dev tools console.
  4. logs shows messing files:
    File not found: /home/cs/lib/vscode/node_modules/vsda/rust/web/vsda.js
    File not found: /home/cs/lib/vscode/node_modules/vsda/rust/web/vsda_bg.wasm
    File not found: /home/cs/lib/vscode/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js
Image
Expected

show drop down menu with names of tasks listed on /.vscode/tasks.json

Actual

no response and doesn't show drop down menu with names of tasks listed on /.vscode/tasks.json and now error thrown on browser dev tools console.

Logs
(to linux) vscode on pts/0
pam_unix(su-l:session): session opened for user linux(uid=1001) by (uid=1005)
pam_unix(su-l:session): session closed for user linux
Welcom vscode
[2026-05-22T11:51:01.905Z] info  code-server 4.121.0 51bc3c0f09e7b990ee35044c18d275a691c2fdc2
[2026-05-22T11:51:01.905Z] info  Using user-data-dir /home/cs/.local/share/code-server
[2026-05-22T11:51:01.911Z] info  Using config file /home/cs/.config/code-server/config.yaml
[2026-05-22T11:51:01.911Z] info  HTTP server listening on http://127.0.0.1:4317/
[2026-05-22T11:51:01.911Z] info    - Authentication is enabled
[2026-05-22T11:51:01.912Z] info      - Using password from /home/cs/.config/code-server/config.yaml
[2026-05-22T11:51:01.912Z] info    - Not serving HTTPS
[2026-05-22T11:51:01.912Z] info  Session server listening on /home/cs/.local/share/code-server/code-server-ipc.sock
[11:51:02]
[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s)
[11:51:02] [AgentHostChannel] Not registering: no --agent-host-bridge-port / --agent-host-bridge-path set.
[11:51:02] Extension host agent started.
[11:51:02] [127.0.0.1][ab993ca9][ManagementConnection] Unknown reconnection token (never seen).
[11:51:02] [127.0.0.1][02ac18ef][ExtensionHostConnection] Unknown reconnection token (never seen).
[11:51:07] [127.0.0.1][7263ef88][ManagementConnection] Unknown reconnection token (never seen).
[11:51:07] [127.0.0.1][3cd3b8ae][ExtensionHostConnection] Unknown reconnection token (never seen).
File not found: /home/cs/lib/vscode/node_modules/vsda/rust/web/vsda.js
Error: Unexpected SIGPIPE
    at process.<anonymous> (file:///home/cs/lib/vscode/out/server-main.js:599:10939)
    at process.emit (node:events:531:35)
[11:51:10] Error: Unexpected SIGPIPE
    at process.<anonymous> (file:///home/cs/lib/vscode/out/server-main.js:583:1282)
    at process.emit (node:events:531:35)
File not found: /home/cs/lib/vscode/node_modules/vsda/rust/web/vsda_bg.wasm
[11:51:10] [127.0.0.1][4485d07c][ManagementConnection] New connection established.
[11:51:11] [127.0.0.1][6e885591][ExtensionHostConnection] New connection established.
[11:51:11] [127.0.0.1][6e885591][ExtensionHostConnection] <119048> Launched Extension Host Process.
[11:51:12] [127.0.0.1][6e885591][ExtensionHostConnection] <119048> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s)
File not found: /home/cs/lib/vscode/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js
Screenshot/Video

No response

Does this bug reproduce in native VS Code?

No response

Does this bug reproduce in VS Code web?

Yes, this is also broken in VS Code web

Does this bug reproduce in GitHub Codespaces?

No response

Are you accessing code-server over a secure context?
  • I am using a secure context.
Notes

No response

Ngôn ngữ chính
TypeScript
Star
79.4k
Fork
6.9k
Merge trung bình
2 ngày 13 giờ
Pull request đã merge (30 ngày)
39

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 coder/code-server

Tất cả issue của coder/code-server

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.