vetur icon indicating copy to clipboard operation
vetur copied to clipboard

Using TypeScript 4.5 as workspace dependency

Open kdlslyv opened this issue 2 years ago • 1 comments

  • [x] I have searched through existing issues
  • [x] I have read through docs
  • [x] I have read FAQ
  • [x] I have tried restarting VS Code or running Vetur: Restart VLS

Info

  • Platform:
  • Vetur version: v0.35.0
  • VS Code version: 1.62.3

Problem

Just a tiny heads-up, using TypeScript 4.5.2 with vetur.useWorkspaceDependencies: true is broken.

This is only a bit annoying if depending on other versions of Prettier, @starptech/prettyhtml, prettier-eslint, prettier-tslint, stylus-supremacy, @prettier/plugin-pug, which are affected by this setting.

In my case I could get rid of this setting.

image

kdlslyv avatar Nov 18 '21 22:11 kdlslyv

I have met the same issue with [email protected]. So I have to set the setting "vetur.useWorkspaceDependencies": false

LasyIsLazy avatar Dec 07 '21 07:12 LasyIsLazy

Duplicate of https://github.com/vuejs/vetur/issues/3323. It will also solve it in v0.36.0.

yoyo930021 avatar Nov 01 '22 11:11 yoyo930021

Duplicate of https://github.com/vuejs/vetur/issues/3323

yoyo930021 avatar Nov 01 '22 11:11 yoyo930021