Skip to content

"math" option in compilerconfig defaults not working #68

@pmonty

Description

@pmonty

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions