Skip to content

Commit 5b7f050

Browse files
committed
Remove unused code
1 parent 9994965 commit 5b7f050

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lsp/providers/documentColorProvider.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ export function registerDocumentColorProvider(state: State) {
3939
let value = dlv(state.config, [...base, ...keys])
4040
let color = getColorFromValue(value)
4141
if (color) {
42-
// colors.push({
43-
// range: {
44-
// start: {
45-
// line: fn.valueRange.start.line,
46-
// character: fn.valueRange.start.character + 1,
47-
// },
48-
// end: fn.valueRange.end,
49-
// },
50-
// color,
51-
// })
5242
colors.push({ range: fn.valueRange, color })
5343
}
5444
})

0 commit comments

Comments
 (0)