Skip to content

Commit

Permalink
Major breaking change update message (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 9, 2024
1 parent 8498e34 commit a8f7fd2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 59 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# LSP-volar

This is a helper package that automatically installs and updates the [Volar Language Server](https://github.com/johnsoncodehk/volar) for you.
This is a helper package that automatically installs and updates the [Volar Language Server](https://github.com/vuejs/language-tools/tree/v1.8.27) for you.

> **Warning**
> This package integrates with the legacy 1.x version of the Vue Language Features (formerly Volar).
> To use the latest version of Vue Language Features migrate to `LSP-vue`.
## Table of Contents
- [Installation](#installation)
Expand Down Expand Up @@ -123,8 +127,3 @@ To enable inlay hints:
```

> NOTE: Inlay hints require TypeScript 4.4+.
### Vue 2 support

Please see [Volar's Installation](https://github.com/johnsoncodehk/volar/blob/master/docs/installation.md) for setup instructions.

45 changes: 0 additions & 45 deletions messages/1.0.8.txt

This file was deleted.

8 changes: 0 additions & 8 deletions messages/2.2.0.txt

This file was deleted.

7 changes: 7 additions & 0 deletions messages/3.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Breaking change

This server, which is based on Vue Language Server 1.x is now deprecated.

Migrate to LSP-vue which is based on the latest version of the Vue Language Server (2.x+).

Currently used settings can be preserved by copying them from the LSP-volar to LSP-vue settings but note that some of the settings have changed or got removed.

0 comments on commit a8f7fd2

Please sign in to comment.