diff options
-rw-r--r-- | settings.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json index f5604ef..845fbca 100644 --- a/settings.json +++ b/settings.json @@ -125,6 +125,22 @@ ] } ], + "less": [ + { + "command": "css-languageserver", + "requires": [ + "npm" + ] + } + ], + "sass": [ + { + "command": "css-languageserver", + "requires": [ + "npm" + ] + } + ], "cs": [ { "command": "omnisharp-lsp", |