Skip to content

fix(windows): suppress console flashes and align project tabs - #140

Merged
1lck merged 3 commits into
1lck:preview/0.3.0from
Mucheen:fix/windows-hide-console-flashes
Aug 18, 2026
Merged

fix(windows): suppress console flashes and align project tabs#140
1lck merged 3 commits into
1lck:preview/0.3.0from
Mucheen:fix/windows-hide-console-flashes

Conversation

@Mucheen

@Mucheen Mucheen commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • prevent Windows language-server launches from opening visible background console windows
  • prevent the registry-based font query from flashing a console while keeping explicit ConPTY terminals unchanged
  • vertically center project-tab close controls with the folder icon and project name
  • add focused regression coverage for both process flags and tab alignment

Verification

  • focused and full Rust tests
  • scripts/verify-windows-boundaries.ps1
  • bun run typecheck
  • targeted frontend lint and project-tab component test
  • bun run build
  • native Windows debug build and real Tauri-window runtime/visual checks

Related to #132

Apply CREATE_NO_WINDOW to language-server launches and registry font queries so IDE background work cannot create visible console windows. Add focused Windows regression coverage while leaving explicit ConPTY terminals unchanged.
@1lck
1lck merged commit 4593f2c into 1lck:preview/0.3.0 Aug 18, 2026
6 checks passed
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