You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`vue-language-server` deprecated and will be published as `vls`**.
6
+
- Support Vue 3 interface with `defineComponent`. #1638.
7
+
- Update to TS 3.7.5 to avoid TypeScript issues with files not stored in C: drives on Windows. #1589.
8
+
- Vetur will now print the prettier configuration it loaded in Output -> Vue Language Server, when `"vetur.dev.logLevel": "DEBUG"` is set. #1407.
9
+
- Enable Windows CI with Azure DevOps. #1266.
10
+
- Upgrade to `vscode-langaugeclient`/`vscode-languageserver` V6. #1719.
11
+
- Fix a file lock issue on asar files. #1474.
12
+
- MDN links on CSS completion. #1751.
13
+
- Fix an error on VTI not able to load `vscode-css-languageservice/lib/umd/data/browsers`. #1732.
14
+
- Pull latest [web data](https://www.npmjs.com/package/vscode-web-custom-data) for Stylus support.
15
+
- Use Markdown documentation for Stylus completion description.
16
+
- π Better template interpolation auto completion. Thanks to contribution from [@ktsn](https://github.com/ktsn). #1129 and #1446.
17
+
- π Fix syntax highlighting when `</template` and `>` are not on the same line. Thanks to contribution from [Ross Allen](https://github.com/ssorallen). #1211.
18
+
- π Add [`sass-formatter`](https://github.com/TheRealSyler/sass-formatter) as a formatter for SASS region. Thanks to contribution from [@TheRealSyler](https://github.com/TheRealSyler). #1433.
19
+
- π Provide Quasar support when `quasar` is in `devDependencies`. Thanks to contribution from [@moander](https://github.com/moander). #1504.
20
+
- π Fix Windows path handling. Thanks to contribution from [@mattn](https://github.com/mattn). #1662.
0 commit comments