pucelle / vscode-css-navigation

Allowing Go to definition from HTML to CSS, or Find References from CSS to HTML.
https://marketplace.visualstudio.com/items?itemName=pucelle.vscode-css-navigation
MIT License
64 stars 8 forks source link

不能跳转.less文件 #61

Closed zhanghenvom closed 3 years ago

zhanghenvom commented 3 years ago

"CSSNavigation.ignoreSameNameCSSFile": true; "CSSNavigation.activeCSSFileExtensions": [ "less", "scss", "css" ]

大佬,如果一个文件里有less和cs文件,只会跳转到css文件,是我没设置对吗

pucelle commented 3 years ago

Just released v1.11.1 to fix an issue which will cause css files not to be ignored when the same name less file exists. Sorry, have no chance to test all less features.