Skip to content

Commit

Permalink
Merge pull request #728 from liuyinz/fix/css-lsp-init-error
Browse files Browse the repository at this point in the history
fix css validProperties null error
  • Loading branch information
manateelazycat committed Oct 7, 2023
2 parents f90c535 + d912dd5 commit c0033b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion langserver/vscode-css-language-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"vscode-css-language-server",
"--stdio"
],
"settings": {}
"settings": {
"validate": true,
"lint": {
"validProperties": []
}
}
}

0 comments on commit c0033b6

Please sign in to comment.