Call to extractClasses seems to use path as file content incorrectly.
Closed this issue · 1 comments
wmatosjr commented
Shouldn't this be looking at the content of the editor.document.fileName and not the path? Call to extractClasses attempts to extract classes from the path, resulting is this function always returning empty list. Line should be:
testElementList.push(...extractClasses(testFileContent, languageConfig.classExtractionPattern))
Will-ShaoHua commented