Main process doesn't exit on fatal startup errors in onReady
@deepak1556 is already working on this.
Since Jun 10, 2026.
Assessment
This issue has not been assessed yet.
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Built from source (latest
main) - OS Version: Windows 11 / macOS / Linux
Steps to Reproduce:
- Open
src/main.tsand locate theonReady()function. - Inject a simulated fatal error inside the
tryblock beforestartup()is called (e.g.,throw new Error("Simulated core failure");). - Run the application locally using
.\scripts\code.bat(or.sh). - Check the terminal and your OS task manager. The error is caught and logged to the console, but the application does not exit. The main Electron process is left hanging in the background.
Problem & Proposed Solution:
If something critical fails during bootstrapper initialization (e.g., mkdirpIgnoreError(codeCachePath) or resolveNlsConfiguration()), the catch block swallows the error with a simple console.error. Because startup() never completes, the process stays alive in an undetermined/corrupted state (zombie process).
We should enforce a fail-fast approach here by adding app.exit(1) inside the catch block so the process is cleanly terminated and signals the failure.
Happy to open a quick PR for this if you agree.
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.9k
- PR merge metrics
- PR metrics pending
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vscode
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
new release
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
All issues in microsoft/vscode
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·