Skip to content

Commit

Permalink
Fix #1319
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Oct 12, 2020
1 parent a733125 commit 062d747
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

### 0.29.0

- Upgrade `@prettier/plugin-pug` to fix formatter issues. #2347
- Upgrade `@prettier/plugin-pug` to fix formatter issues. #2347.
- Fix files with CRLF having errors with wrong range. #1319.
- 🙌 Fix collapse code missing end mark. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2303 and #2352.

### 0.28.0 | 2020-09-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.28.0/vspackage)

- Fix completing prop name completes with extra `:`. #2304.
- Add `vetur.languageFeatures.codeActions` option to disable codeAction. #2150
- Add `vetur.languageFeatures.codeActions` option to disable codeAction. #2150.
- Let VTI load default VLS config. #2274.
- Make `prettier` default formatter for HTML as prettyhtml is no longer actively maintained. #2291.
- Load prettier plugin from VLS if not present in workspace folder. #2014.
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vscode-languageserver-types": "3.16.0-next.3",
"vscode-uri": "^2.1.2",
"vscode-web-custom-data": "^0.3.1",
"vue-eslint-parser": "^7.1.0",
"vue-eslint-parser": "^7.1.1",
"vue-onsenui-helper-json": "^1.0.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4972,6 +4972,18 @@ vue-eslint-parser@^7.1.0, vue-eslint-parser@~7.1.0:
esquery "^1.0.1"
lodash "^4.17.15"

vue-eslint-parser@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3"
integrity sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==
dependencies:
debug "^4.1.1"
eslint-scope "^5.0.0"
eslint-visitor-keys "^1.1.0"
espree "^6.2.1"
esquery "^1.0.1"
lodash "^4.17.15"

vue-onsenui-helper-json@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/vue-onsenui-helper-json/-/vue-onsenui-helper-json-1.0.2.tgz#b8c900fe3f89ba6a318335de73a55dee99a1846e"
Expand Down

0 comments on commit 062d747

Please sign in to comment.