Skip to content

fix(vite): simplify shortcut console output - #1123

Open
Akur1a wants to merge 1 commit into
vuejs:mainfrom
Akur1a:fix/shortcut-console-symbols
Open

fix(vite): simplify shortcut console output#1123
Akur1a wants to merge 1 commit into
vuejs:mainfrom
Akur1a:fix/shortcut-console-symbols

Conversation

@Akur1a

@Akur1a Akur1a commented Aug 12, 2026

Copy link
Copy Markdown

Summary

  • remove modifier-key symbols from the Vite startup message
  • preserve platform-specific Option and Alt labels
  • add spaces around shortcut separators for improved terminal readability

The shortcut is now displayed as Option + Shift + D on macOS and Alt + Shift + D on other platforms.

Closes #1017

Validation

  • pnpm exec eslint packages/vite/src/vite.ts
  • pnpm --filter vite-plugin-vue-devtools build
  • pnpm type-check
  • pnpm test --run — 85 tests passed

@netlify

netlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 1324017
🔍 Latest deploy log https://app.netlify.com/projects/vue-devtools-docs/deploys/6a7c300aaa36f40008ea2bdb

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.

Reduce console log noise by removing key symbols from Vue DevTools shortcut message

1 participant