antiantisepticeye / vscode-color-picker

let's you use vscode's css color picker in other documents
45 stars 14 forks source link

fixed ext not working on first line of file #12

Open DallogFheir opened 1 year ago

DallogFheir commented 1 year ago

The extension wasn't working on the first line of a file, because then lineNumber was 0, and so nMatches[lineNumber-1] was undefined. This commit fixes it.