Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Adds console.log('Hello Code') to the workbench initialization path.

Changes

  • Added console log statement at the beginning of Workbench.startup() in src/vs/workbench/browser/workbench.ts
  • Executes on both desktop (Electron) and web platforms during workbench initialization
startup(): IInstantiationService {
    try {
        console.log('Hello Code');
        
        // Configure emitter leak warning threshold
        this._register(setGlobalLeakWarningThreshold(175));
        // ...
Original prompt

add a console.log("Hello Code") on workbench startup

The user has attached the following file paths as relevant context:

  • .github\copilot-instructions.md
  • AGENTS.md

Created from VS Code.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
Copilot AI changed the title [WIP] Add console.log on workbench startup Add console.log on workbench startup Jan 21, 2026
Copilot AI requested a review from benibenj January 21, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants