Installed product versions
- Visual Studio: VS 2022 Enterprise 17.10.4
- This extension: 1.14.11
Description
I want to generate .map file for my LESS.
Steps to recreate
In compilerconfig.json.defaults I find "less" node and change "sourceMap" from false to true.
Current behavior
No .map files created.
Expected behavior
A .map file is created.
Unfortunately, there is no manual for the config files or just a short description for every option. If I should set other options, could you please specify, what and where. Thank you.
Installed product versions
Description
I want to generate .map file for my LESS.
Steps to recreate
In
compilerconfig.json.defaultsI find"less"node and change"sourceMap"fromfalsetotrue.Current behavior
No
.mapfiles created.Expected behavior
A
.mapfile is created.Unfortunately, there is no manual for the config files or just a short description for every option. If I should set other options, could you please specify, what and where. Thank you.