CoffeeLint: Disable Warning message: Line exceeds maximum allowed length
问题 I'm trying to disable the warning message from CoffeLint in visual studio code. I've changed the coffeelint.json in my user folder to have the following: "max_line_length": { "name": "max_line_length", "level": "ignore" }, But this has had no effect, the error message is still shown. Anyone can suggest whats wrong? 回答1: Solution: To configure coffeescript once installed there will be a default coffeelint.json in the C:\Users\ [username] \.vscode\extensions folder. This was entirly useless and