Skip to content

Commit 965dad7

Browse files
committed
Add less/sass
1 parent 004e826 commit 965dad7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,22 @@
125125
]
126126
}
127127
],
128+
"less": [
129+
{
130+
"command": "css-languageserver",
131+
"requires": [
132+
"npm"
133+
]
134+
}
135+
],
136+
"sass": [
137+
{
138+
"command": "css-languageserver",
139+
"requires": [
140+
"npm"
141+
]
142+
}
143+
],
128144
"cs": [
129145
{
130146
"command": "omnisharp-lsp",

0 commit comments

Comments
 (0)