Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue@latest includes outdated recommendations.js #3725

Open
4 tasks done
theking2 opened this issue Oct 18, 2024 · 0 comments
Open
4 tasks done

vue@latest includes outdated recommendations.js #3725

theking2 opened this issue Oct 18, 2024 · 0 comments

Comments

@theking2
Copy link

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

Info

  • Platform: win
  • Vetur version: n/a
  • VS Code version:1.94.2
  • TypeScript version:n/a
  • Vetur output:
Output

<!-- Run VSCode command `Vetur: Show output panel` -->
Vetur initialized
[INFO ] Loaded bundled [email protected].
[INFO ] Loaded bundled prettier.
[INFO ] Loaded bundled @starptech/prettyhtml.
[INFO ] Loaded bundled prettier-eslint.
[INFO ] Loaded bundled prettier-tslint.
[INFO ] Loaded bundled stylus-supremacy.
[INFO ] Loaded bundled @prettier/plugin-pug.
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createObjectLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createCallExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createImportClause' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
DeprecationWarning: 'createLiteral' has been deprecated since v4.0.0. Use `factory.createStringLiteral`, `factory.createStringLiteralFromNode`, `factory.createNumericLiteral`, `factory.createBigIntLiteral`, `factory.createTrue`, `factory.createFalse`, or the factory supplied by your transformation context instead.
DeprecationWarning: 'createImportDeclaration' has been deprecated since v4.8.0. Decorators are no longer supported for this function. Callers should switch to an overload that does not accept a 'decorators' parameter.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.
[INFO ] update d:\Projekte\Bildung\m291\LG22\Testing\vue-test\node_modules\.vue-global-types\vue_3.5_false.d.ts in ts language service.

- Vetur doctor output
Doctor output

Failed to doctor

Problem

Running npm create vue@latest creates schaffolding with the following extensions.json

{
  "recommendations": ["Vue.volar"]
}

Volar is marked as deprecated.

Reproducible Case

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

No branches or pull requests

1 participant