Skip to content

Commit

Permalink
chore: bump html/css language service
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Jun 27, 2024
1 parent 00212c4 commit 456a380
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"svelte2tsx": "workspace:~",
"typescript": "^5.5.2",
"typescript-auto-import-cache": "^0.3.3",
"vscode-css-languageservice": "~6.2.10",
"vscode-html-languageservice": "~5.1.1",
"vscode-css-languageservice": "~6.3.0",
"vscode-html-languageservice": "~5.3.0",
"vscode-languageserver": "8.0.2",
"vscode-languageserver-protocol": "3.17.2",
"vscode-languageserver-types": "3.17.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/language-server/test/plugins/css/CSSPlugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ describe('CSS Plugin', () => {
kind: 'markdown',
value:
"Specifies the height of the content area, padding area or border area \\(depending on 'box\\-sizing'\\) of certain boxes\\.\n\n" +
'(Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 7)\n\nSyntax: <viewport\\-length>\\{1,2\\}\n\n' +
'(Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 7)\n\n' +
'Syntax: auto | <length> | <percentage> | min\\-content | max\\-content | fit\\-content | fit\\-content\\(<length\\-percentage>\\)\n\n' +
'[MDN Reference](https://developer.mozilla.org/docs/Web/CSS/height)'
},
range: Range.create(0, 12, 0, 24)
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 456a380

Please sign in to comment.