Skip to content

Commit

Permalink
fix: #49 hover range
Browse files Browse the repository at this point in the history
  • Loading branch information
vunguyentuan committed Mar 18, 2023
1 parent 7ff4978 commit 3c3030f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/css-variables-language-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ connection.onHover((params) => {
if (cssVariable) {
return {
contents: cssVariable.symbol.value,
range: cssVariable.definition.range,
} as Hover;
}

Expand Down

0 comments on commit 3c3030f

Please sign in to comment.