Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Debugged extensions not activating

Open
#7,425 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript, vscode
Domain
devtools

Research direction

Start by reproducing the issue using the VS Code “Your First Extension” guide and compare the behavior with Codespaces. Read the linked discussion at https://github.com/coder/code-server/discussions/7423, then trace the debugger connection and extension activation in the new window. Done means the debugged extension appears and is active there.

Written by the indexing model from the issue text.

Description

bug triage

When you debug an extension it opens a new window with that extension active. However, the extension appears to be completely missing in the new window, even though the debugger appears to be logging a connection. It works as expected in Codespaces.

Discussed in https://github.com/coder/code-server/discussions/7423

Originally posted by ForceConstant July 16, 2025
I am simply following https://code.visualstudio.com/api/get-started/your-first-extension and hit "Debug: Start Debugging" a new window opens up and debugger is happy, but I do not see the new extension in the new code-server that opens. Has anyone done this recently, and if so what do I need to do?

Dominant language
TypeScript
Stars
79.4k
Forks
6.9k
Avg merge
2d 13h
Merged PRs (30d)
39

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coder/code-server

All issues in coder/code-server

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.