RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

VITEPRESS FIXES LIST SPACING, LANGUAGE-TOOLS PATCHES TYPESCRIPT PLUGIN LEAK

By RepoJournal · Filed · About Vue.js

Vue's language server just plugged a critical issue where TypeScript plugin paths were leaking across VSCode windows and profiles, corrupting intellisense across your entire workspace.

The language-tools team shipped a fix [1] that rewires how the custom @vue/typescript-plugin path reaches tsserver. Instead of rewriting the plugin shim in the shared extension directory, which leaked one profile's plugin into every other window and profile, the fix now passes the path via a per-window environment variable. This is the kind of bug that silently breaks intellisense for anyone running multiple VSCode profiles or windows simultaneously. In parallel, VitePress rolled out a theme fix [2] that removes extra margins from first and last paragraphs inside list elements, cleaning up rendered documentation that looked awkwardly padded. Light week across the Vue infrastructure stack, but the language-tools patch carries weight: if you've seen intellisense drift or plugins misbehave across profiles, this is your fix.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(vscode): pass typescript plugin path via env ↗ vuejs/language-tools
  2. [2] fix(theme): remove extra margins from first and last paragraph inside a list element vuejs/vitepress

Quick answers

What shipped in Vue.js on August 7, 2026?
Vue's language server just plugged a critical issue where TypeScript plugin paths were leaking across VSCode windows and profiles, corrupting intellisense across your entire workspace. In total, 2 commits and 1 pull requests landed.
Who contributed to Vue.js on August 7, 2026?
2 developers shipped this update, including Divyansh Singh and SerKo.
What were the notable Vue.js updates?
fix(vscode): pass typescript plugin path via env and fix(theme): remove extra margins from first and last paragraph inside a list element.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?