| VS Code version |
OS |
Extension version |
| 1.13.1 |
Win 10 x64 pro (french) 14393 |
0.12.0 |
Steps to reproduce
- set
"relativePath.removeLeadingDot": true
- insert a relative path in an HTML file
Results
I still get the leading ./ such as for instance <link rel="stylesheet" href="./style.css">
Expectations
Only insert style.css
Steps to reproduce
"relativePath.removeLeadingDot": trueResults
I still get the leading
./such as for instance<link rel="stylesheet" href="./style.css">Expectations
Only insert
style.css