AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
452 stars 62 forks source link

Tabs interfere with validation report columns #246

Closed emackey closed 2 months ago

emackey commented 2 years ago

Looks like if the glTF's JSON portion uses tabs instead of spaces, the document problem markers from validation end up in the wrong place horizontally. Likely the JSON map and VSCode don't agree on columns vs. bytes or something like that.