forked from madskristensen/WebCompiler
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Installed product versions
- Visual Studio: 2022 Enterprise
- This extension: 1.14.10
Description
Getting the following error on compilation
--math=always is deprecated and will be removed in the future.
with the following config in compilerconfig.json.defaults
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false,
"math": "always"
},
Anyone know what the issue might be?
Metadata
Metadata
Assignees
Labels
No labels