abhinavk99 / codewall

VS Code extension that checks if code goes past your rulers
https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall
MIT License
7 stars 1 forks source link

Fix bug where extension isn't dealing with ruler objects correctly #5

Closed abhinavk99 closed 3 years ago

abhinavk99 commented 3 years ago

Currently, the code assumes the rulers from the VS Code settings will be numbers, so it fails to deal with ruler objects like the below:

{"column": 90, "color": "#000000"}