Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-vue-languageservice

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-vue-languageservice - npm Package Versions

1
12

0.28.4

Diff

Changelog

Source

0.28.4 (2021/10/15)

  • feat: support for open *.ts to enable take over mode
  • fix: any type component should not show red color
  • fix: auto-import should not from virtual file __VLS_vue (#584)
  • fix: path auto-complete not working in template (#589)
johnsoncodehk
published 0.28.3 •

Changelog

Source

0.28.3 (2021/10/12)

  • feat: add option to disable component auto import (#440)
  • feat: add volar.takeOverMode.enabled setting to allow enable take over mode even TS extension active
  • fix: only the last typed event of defineEmits gets recognized (#578)
  • fix: syntax highlight incorrect if event name has number
  • fix: dynamic slot syntax highlight incorrect
  • fix: interpolations syntax highlight should not active in html comment block
  • fix: multi-line event expression formatting indent incorrect (#579)
johnsoncodehk
published 0.28.2 •

Changelog

Source

0.28.2 (2021/10/11)

  • fix: args-less events type incorrect (#575)
  • fix: @vue/composition-api events type incorrect (#576)
johnsoncodehk
published 0.28.1 •

Changelog

Source

0.28.1 (2021/10/9)

  • fix: don't report error Its return type 'xxx' is not a valid JSX element. to invalid functional component type (#574)
  • fix: improve $emit types extract for events type-checking (#567)
  • fix: css class references not working for pug (#569)
  • fix: completion broken in Sublime (#573)
johnsoncodehk
published 0.28.0 •

Changelog

Source

0.28.0 (2021/10/8)

  • feat: make vue-tsc version consistency to volar (vue-tsc#72)
  • feat: remove tsPlugin prompt
  • feat: remove vue-tsc version checking
  • fix: avoid noPropertyAccessFromIndexSignature effect to slots (#561)
  • fix: interpolations syntax highlight not working in html (#562)
  • fix: style attr can't end with ' (#563)
  • refactor: rewrite vue-tsc by TS
johnsoncodehk
published 0.27.30 •

Changelog

Source

0.27.30 (2021/10/6)

  • feat: support syntax highlight for vue blocks in markdown
  • feat: support vue directives, interpolations syntax highlight for html / pug code outside vue script
  • fix: template type-checking incorrectly reports error when using pnpm
  • fix: template slots type-check broken
  • fix: allow component type that missing $props property
  • fix: slots type broken by expression-less attributes
johnsoncodehk
published 0.27.29 •

Changelog

Source

0.27.29 (2021/10/6)

  • fix: don't pass unsupport component type to JSX (#553)
  • fix: dynamic props borken (#555)
  • fix: don't show virtual files in find references result
  • fix: directives type-check broken

Breaking changes since 0.27.27

  • If your project includes Storybook or @types/react, you need to config tsconfig types option to avoid @types/react affect to template type-checking. See #552.
johnsoncodehk
published 0.27.28 •

Changelog

Source

0.27.28 (2021/10/3)

  • feat: support generic $slots types
  • feat: improve v-for typing (#546)
  • feat: support vue project isn't root folder (#541)
  • fix: slots type of any type component incorrect (#547)
  • fix: optional $slots type incorrect
  • fix: ignore union type component to avoid error in template (vue-tsc#80)
johnsoncodehk
published 0.27.27 •

Changelog

Source

0.27.27 (2021/10/2)

  • feat: support slots type-checking by $slots property (#539)
  • fix: generic props type-check not working
  • fix: Map index type incorrect in v-for (#544)
johnsoncodehk
published 0.27.26 •

Changelog

Source

0.27.26 (2021/9/28)

  • fix: variables unused report can't update in *.ts in take over mode
  • fix: when save file, next document changes diagnostics, semantic tokens incorrect
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc