Skip to content

Commit

Permalink
fix css validProperties null error
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Oct 7, 2023
1 parent f90c535 commit d912dd5
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 d912dd5

Please sign in to comment.